!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:
new_new_new
2026-06-09 00:25:44 +00:00
parent 751254e7ac
commit 16c0342dcd
5 changed files with 168 additions and 4 deletions
@@ -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;