Browse Source

修复内部报验其他报验取消异常

sola 10 months ago
parent
commit
13d65bf933

+ 1 - 1
business-common/src/main/java/com/rongwei/bscommon/sys/service/impl/ZhcxInsideInspectionServiceImpl.java

@@ -362,9 +362,9 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
                 .insertList(new ArrayList<>())
                 .updateList(new ArrayList<>())
                 .insideStateList(new ArrayList<>())
+                .unItpList(new ArrayList<>())
                 .build();
 
-
         for(String insideId : req.getInsideIdList()) {
             InsideOperDto inOper = getInsideOperDto(insideId);
             inOper.setOperTime(operDto.getOperTime());