|
@@ -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());
|