소스 검색

发育情况代码名称修改

chengyao 4 년 전
부모
커밋
bf9551bb02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      structure-center/src/main/java/com/lantone/structure/facade/tran/BeHospitalizedTran.java

+ 1 - 1
structure-center/src/main/java/com/lantone/structure/facade/tran/BeHospitalizedTran.java

@@ -1206,7 +1206,7 @@ public class BeHospitalizedTran extends TargetTran {
                 if(null != development && StringUtils.isNotEmpty(development.getName())){
                     String name = development.getName().replace("正立型","1")
                             .replace("无力型","2").replace("超力型","3");
-                    rep.put("生长发育史",name);
+                    rep.put("发育情况代码",name);
                 }
             }