Commit de0c3c2c by guojuxing

审批工单修改

parent 2ba1f8dd
......@@ -233,6 +233,7 @@ public class AuditLogApiServiceImpl implements AuditLogApiService {
// 记录审批流程
//重置日志主键ID
auditLogDTO.setAuditLogId(e.getAuditLogId());
auditLog.setAuditLogId(e.getAuditLogId());
TabAuditProcess auditProcess = getProcess(auditLog, auditLogDTO, projectItem);
this.auditProcessService.save(auditProcess);
// todo 如果是平台级审批项 要先判断是否实施和管理员都通过了 一期先不做
......
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