|
@@ -274,6 +274,7 @@ public class ViolationAnalysisServiceImpl implements IViolationAnalysisService {
|
|
throw new JeecgBootException("找不到审查记录");
|
|
throw new JeecgBootException("找不到审查记录");
|
|
}
|
|
}
|
|
result.setDescription(detailInfo.getDescription());
|
|
result.setDescription(detailInfo.getDescription());
|
|
|
|
+ result.setDoctorName(detailInfo.getDoctorName());
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
result.setMedicalInsRuleInfoCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
result.setMedicalInsRuleInfoCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
result.setMedicalInsRuleInfoName(detailInfo.getMedicalInsRuleInfoName());
|
|
result.setMedicalInsRuleInfoName(detailInfo.getMedicalInsRuleInfoName());
|
|
@@ -323,6 +324,8 @@ public class ViolationAnalysisServiceImpl implements IViolationAnalysisService {
|
|
log.error("找不到审查记录");
|
|
log.error("找不到审查记录");
|
|
throw new JeecgBootException("找不到审查记录");
|
|
throw new JeecgBootException("找不到审查记录");
|
|
}
|
|
}
|
|
|
|
+ result.setDoctorName(detailInfo.getDoctorName());
|
|
|
|
+ result.setMedicalInsRuleInfoName(detailInfo.getMedicalInsRuleInfoName());
|
|
result.setDescription(detailInfo.getDescription());
|
|
result.setDescription(detailInfo.getDescription());
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
result.setViolationLevel(detailInfo.getReminderLevel());
|
|
result.setMedicalInsRuleInfoCode(detailInfo.getMedicalInsRuleInfoCode());
|
|
result.setMedicalInsRuleInfoCode(detailInfo.getMedicalInsRuleInfoCode());
|