Commit 1cc0d3ca authored by chenzhao's avatar chenzhao

修改bug

parent c894bc4e
......@@ -47,6 +47,7 @@ public interface IPointInputItemDao extends BaseDao<PointInputItem, Long> {
@Query(value="delete from f_fmea_point_inputitem where point_inputitem_id in (?1)", nativeQuery = true)
void deleteFmeaRelationByPointInputItemIds(List<Long> pointInputItemIds);
@Modifying
@Transactional
@Query(value = "DELETE FROM p_point_inputitem WHERE classify_ids IN (?1)", nativeQuery = true)
void deleteClassifyId(Long classifyId);
......
package com.yeejoin.amos.patrol.business.vo;
import cn.afterturn.easypoi.excel.annotation.Excel;
import com.yeejoin.amos.patrol.dao.entity.BasicEntity;
import javax.persistence.Column;
import javax.persistence.Lob;
......@@ -8,7 +9,7 @@ import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import java.util.Date;
public class PointNewVo {
public class PointNewVo extends BasicEntity {
private static final long serialVersionUID = 1L;
public String getChargePersonName() {
......@@ -19,6 +20,7 @@ public class PointNewVo {
this.chargePersonName = chargePersonName;
}
/**
* 参考地址
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment