Browse Source

添加开单明细标准词转换

zhoutg 4 years ago
parent
commit
839a81e5e2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/diagbot/facade/CommonFacade.java

+ 1 - 0
src/main/java/com/diagbot/facade/CommonFacade.java

@@ -255,6 +255,7 @@ public class CommonFacade {
         //化验回填
         CoreUtil.setPropertyList(lis,"detailName", "uniqueName", map.get(StandConvertEnum.lis.toString()));
         CoreUtil.setPropertyList(wordCrfDTO.getLisOrder(), "name", "uniqueName", map.get(StandConvertEnum.lis.toString()));
+        CoreUtil.setPropertyList(wordCrfDTO.getLisOrder(), "detailName", "uniqueName", map.get(StandConvertEnum.lis.toString())); // 无实际业务
         //辅助检查回填
         CoreUtil.setPropertyList(pacsList, "name", "uniqueName", map.get(StandConvertEnum.pacs.toString()));
         CoreUtil.setPropertyList(wordCrfDTO.getPacs(), "name", "uniqueName", map.get(StandConvertEnum.pacs.toString()));