Commit 7c678e3591b106a9295d3f85214eb1c11e955337
1 parent
c63974d91e
Exists in
master
and in
1 other branch
update
Showing 2 changed files with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyBookbuildingFacade.java
View file @
7c678e3
... | ... | @@ -2955,6 +2955,7 @@ |
2955 | 2955 | BaseObjectResponse objectResponse = new BaseObjectResponse(); |
2956 | 2956 | if ("4".equals(HIS_VERSION)) { |
2957 | 2957 | Map<String, Object> results = qhdfyHisService.queryHisBabyDiagnosis(blNo); |
2958 | + results.put("diagnosisItem", "用于测试,暂时固定,测试完成后通知修改恢复!"); | |
2958 | 2959 | objectResponse.setData(results); |
2959 | 2960 | objectResponse.setErrorcode(ErrorCodeConstants.SUCCESS); |
2960 | 2961 | objectResponse.setErrormsg("成功"); |
platform-operate-api/src/main/resources/config.properties
View file @
7c678e3