提交 9495d3c3 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 9be56be3
......@@ -218,7 +218,7 @@ public class QualityInspectionServiceImpl extends BaseServiceImpl<QualityInspect
bookPrint.setStatus(BookPrintStatusEnum.UNSUBMIT.getCode());
bookPrint.initAuditFields(redis.getUser().getUserId(), new Date());
bookPrint.updateAuditFields(redis.getUser().getUserId(), new Date());
bookPrint.setBookType("1");//新书
bookPrint.setBookType(qualityInspection.getBookType());
if (printMapper.insertSelective(bookPrint) <= 0) {
log.error("com.zrqx.newbook.bg.service.qualityInspection.batchAudit:(line: 150) " + bookPrint);
throw new BaseException(
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论