Browse Source

凌云集团更改公司

peiguo 5 năm trước cách đây
mục cha
commit
1176d1d13e

+ 1 - 1
whepi-web/src/main/java/com/bofeng/wx/controller/ScanController.java

@@ -426,7 +426,7 @@ public class ScanController {
                 List<MsReport> msReports1 = msReportMapper.queryMsReportIsXG(userOpen.getUserId());
                 if (msReports1.size() != 0) {
                     Integer status = msReportMapper.queryLateStatus(userOpen.getUserId());
-                    if (status != 4) {
+                    if (status == null || (status != null && status != 4)) {
                         model.put("collor", "red");
                         model.put("collor2", "red");
                         model.put("into", "不可复工");