|
@@ -1000,7 +1000,7 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
|
|
|
String newCode = genNewCode(inside, dispatch);
|
|
|
masterSlaveUpdate.getMasterUpdate().getUpdatecolumns().put("INSPECTIONCODE", newCode);
|
|
|
masterSlaveUpdate.getMasterUpdate().getUpdatecolumns().put("INSPECTIONSTATUS", "20");
|
|
|
-
|
|
|
+ masterSlaveUpdate.getMasterUpdate().getUpdatecolumns().put("INSPECTIONCOMPLATETIME", "");
|
|
|
//报验次数需要累计
|
|
|
masterSlaveUpdate.getMasterUpdate().getUpdatecolumns().remove("INSPECTIONCOUNT");
|
|
|
try {
|