Merge branch 'cc_20241125_fix_addoperationLog' into 'master'
Cc 20241125 fix addoperation log See merge request hangzhou/java/custom_zxjp!31
This commit is contained in:
@@ -29,7 +29,6 @@ public class OperationLogDAO {
|
||||
if (Objects.isNull(operationLogDO)) {
|
||||
throw new ServiceException(ErrorCodeEnum.PARAMS_VALIDATE_ERROR);
|
||||
}
|
||||
operationLogDO.setCreateTime(new Date());
|
||||
operationLogMapper.insertSelective(operationLogDO);
|
||||
return operationLogDO.getId();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user