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