Commit 77ef3116 by guojuxing

审批工单修改

parent 40939519
......@@ -172,7 +172,7 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
}
//重制,为了循环新增
auditLogDTO.setAuditorId(null);
auditLogDTO.setAuditLogId(null);
if (auditorDTO.getUserId() != null && !AuditTypeEnum.HAOBAN.getCode().equals(auditLogDTO.getAuditType())) {
ServiceResponse<UserDTO> userResponse = userApiService.getUserInfoById(auditorDTO.getUserId());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment