!36 feat(inspectcloseout): 新增 getJWSJUser 纪委书记用户查询方法,完善空值与多用户校验
* feat(inspectcloseout): 新增 getJWSJUser 纪委书记用户查询方法,完善空值与多用户校验 * feat(inspectcloseout): 新增 InspectCloseoutConstant 常量文件,补全 InspectClose… * fix(inspectimprove): 修复 getMeasureResLeader 方法体为正确返回措施责任领导,新增 AfterMea… * fix(dqinspecttask): DqInspectProgress 逻辑删除字段 delFlag 添加默认值 0
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ public class DqInspectProgress implements Serializable {
|
||||
@Excel(name = "删除标识", width = 15)
|
||||
@Schema(description = "删除标识")
|
||||
@TableLogic
|
||||
private java.lang.String delFlag;
|
||||
private java.lang.String delFlag = "0";
|
||||
/**整改措施任务ID*/
|
||||
@Schema(description = "整改措施任务ID")
|
||||
private java.lang.String mainId;
|
||||
|
||||
Reference in New Issue
Block a user