server/service/src/main/java/com/doumee/service/business/impl/UnionApplyServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
server/service/src/main/java/com/doumee/service/business/impl/UnionApplyServiceImpl.java
@@ -722,12 +722,14 @@ multifile.setName(unionApplyBXDDTO.getFileName()); multifileMapper.insert(multifile); } } Constants.ApplyLogType applyLogType = Constants.ApplyLogType.IA_HBD_UPLOAD_TBD; ApplyLog log = new ApplyLog(unionApply,applyLogType.getName(), null ,unionApply.getId(),applyLogType.getKey(),null, JSONObject.toJSONString(unionApply)); applyLogMapper.insert(log); } }