资源录入加日志

This commit is contained in:
wangliwen 2022-05-17 15:54:50 +08:00
parent 4941922a1f
commit ae454b942a
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ public class ResourceController {
if ("f".equals(source)) {
dto.setDelFlag(2); // 来自前端页面 走审批流程
}
logger.info(dto.toString());
resourceService.insertWithAttrs(dto);
return new Result().ok(dto.getId() == null ? "" : dto.getId());