|
@@ -582,11 +582,13 @@ public class ConsoleFacade {
|
|
|
/**
|
|
|
* 病案指标数据保存
|
|
|
*
|
|
|
- * @param filterVO
|
|
|
+ * @param IndexTimeVO
|
|
|
* @return 2170
|
|
|
*/
|
|
|
@Transactional
|
|
|
- public Boolean saveMedicaIndicator(FilterVO filterVO){
|
|
|
+ public Boolean saveMedicaIndicator(IndexTimeVO IndexTimeVO){
|
|
|
+ FilterVO filterVO = new FilterVO();
|
|
|
+ BeanUtils.copyProperties(IndexTimeVO,filterVO);
|
|
|
List<String> timeList = filterFacade.getTimeList(filterVO);
|
|
|
QueryWrapper<MedIndexResult> qw = new QueryWrapper<>();
|
|
|
qw.eq("hospital_id",filterVO.getHospitalId());
|
|
@@ -1108,7 +1110,7 @@ public class ConsoleFacade {
|
|
|
operationPathologyBehospitalCode.add(operation);
|
|
|
}
|
|
|
}
|
|
|
- mapCode.put("operationPathology",pathologyBehospitalCode);
|
|
|
+ mapCode.put("operationPathology",operationPathologyBehospitalCode);
|
|
|
}else {
|
|
|
mapCode.put("operationPathology",null);
|
|
|
}
|