|
@@ -446,6 +446,9 @@ public class ZhcxInsideInspectionServiceImpl extends ServiceImpl<ZhcxInsideInspe
|
|
|
ZhcxInsideInspectionDo inside = new ZhcxInsideInspectionDo();
|
|
|
inside.setId(insideId);
|
|
|
inside.setInspectionstatus("40");
|
|
|
+ //取消的时候清空
|
|
|
+ inside.setCheckername("");
|
|
|
+
|
|
|
inspectionList.add(inside);
|
|
|
|
|
|
NotifyDto notify = getMailInfo4Cancel(inOper, req);
|