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:
王晓鹏
2024-11-25 11:05:26 +00:00
2 changed files with 29 additions and 2 deletions

View File

@@ -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();
}