运营问题修改
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
... | @@ -63,7 +63,7 @@ public class APPDangerInspectionRecordController { | ... | @@ -63,7 +63,7 @@ public class APPDangerInspectionRecordController { |
63 | queryWrapper.eq("danger_id", dangerInspectionRecord.getDangerId()); | 63 | queryWrapper.eq("danger_id", dangerInspectionRecord.getDangerId()); |
64 | } | 64 | } |
65 | if(StringUtils.isNotBlank(dangerInspectionRecord.getDepartId())){ | 65 | if(StringUtils.isNotBlank(dangerInspectionRecord.getDepartId())){ |
66 | queryWrapper.ge("depart_id", dangerInspectionRecord.getDepartId() ) ; | 66 | queryWrapper.eq("depart_id", dangerInspectionRecord.getDepartId() ) ; |
67 | } | 67 | } |
68 | if(StringUtils.isNotBlank(dangerInspectionRecord.getStartTime())){ | 68 | if(StringUtils.isNotBlank(dangerInspectionRecord.getStartTime())){ |
69 | queryWrapper.ge("report_date", dangerInspectionRecord.getStartTime() ) ; | 69 | queryWrapper.ge("report_date", dangerInspectionRecord.getStartTime() ) ; | ... | ... |
-
请 注册 或 登录 后发表评论