Commit 6d8eb148 authored by suhuiguang's avatar suhuiguang

fix(检验检测): 使用单位自行录入检验结果

1.打印日志
parent db3805eb
...@@ -810,7 +810,7 @@ public class JyjcInspectionResultServiceImpl extends BaseService<JyjcInspectionR ...@@ -810,7 +810,7 @@ public class JyjcInspectionResultServiceImpl extends BaseService<JyjcInspectionR
// 所以 sendInspectionMsgAfterSave 方法在处理时只处理了update 操作。 // 所以 sendInspectionMsgAfterSave 方法在处理时只处理了update 操作。
bizEmqPublisher.sendInspectionMsgAfterSave(inspectionDetectionInfo, "update"); bizEmqPublisher.sendInspectionMsgAfterSave(inspectionDetectionInfo, "update");
} catch (Exception e) { } catch (Exception e) {
log.warn(e.getMessage()); log.error("使用单位录入检验结果失败:{}",e.getMessage(),e);
throw new BadRequest("数据异常,请联系管理员!"); throw new BadRequest("数据异常,请联系管理员!");
} }
} }
......
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