Quellcode durchsuchen

报验单历史操作记录

wangming vor 1 Jahr
Ursprung
Commit
a7973fd51f

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

@@ -37,6 +37,7 @@ public class ZhcxOutsideInspectionItpOperLogServiceImpl extends ServiceImpl<Zhcx
         ZhcxOutsideInspectionItpOperLogDo itpLog = new ZhcxOutsideInspectionItpOperLogDo();
         itpLog.setId(SecurityUtil.getUUID());
         itpLog.setOperuserid(user.getId());
+        itpLog.setDeleted("0");
         itpLog.setOperusername(user.getName());
 
         return itpLog;