소스 검색

增加项目编码

lihong 1 년 전
부모
커밋
261bda1a1d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/cn/hnthyy/thmz/controller/api/MedicalViewApiController.java

+ 1 - 0
src/main/java/cn/hnthyy/thmz/controller/api/MedicalViewApiController.java

@@ -691,6 +691,7 @@ public class MedicalViewApiController {
                     continue;
                 }
                 Map<String, Object> map = new HashMap<>();
+                map.put("itemCode", mz.getChargeItemCode());
                 map.put("itemName", mz.getTcName());
                 map.put("itemType", "");
                 map.put("itemUnit", "");