提交 bb192b98 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 755f3580
......@@ -418,6 +418,7 @@ public class ThriceAuditServiceImpl extends BaseServiceImpl<ThriceAudit, Integer
entity.setUpdateTime(new Date());
entity.setBookType(BookTypeEnum.ONCE_AGAIN.getCode());
entity.setStatus(ThriceAuditEnum.PENDING_PERFECT.getCode());
entity.setSubjectNum(audit.getSubjectNum() + "_z");
insertList.add(entity);
});
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论