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