Commit f41c1faa4845267e9c23ecd8bfc9f32e38ebbc44

Authored by jiangjiazhi
1 parent b4d2b5513f

增加设置parentid

Showing 1 changed file with 7 additions and 7 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java View file @ f41c1fa
... ... @@ -133,7 +133,7 @@
133 133 //处理意见
134 134 private String treatOpinion;
135 135 //指导意见
136   - private String dirOpinion;
  136 + private String guide;
137 137 //产检 医生
138 138 private String prodDoctor;
139 139 //产检日期
140 140  
141 141  
... ... @@ -404,15 +404,15 @@
404 404 this.diagnosis = diagnosis;
405 405 }
406 406  
407   - public String getDirOpinion() {
408   - return dirOpinion;
  407 +
  408 + public String getGuide() {
  409 + return guide;
409 410 }
410 411  
411   - public void setDirOpinion(String dirOpinion) {
412   - this.dirOpinion = dirOpinion;
  412 + public void setGuide(String guide) {
  413 + this.guide = guide;
413 414 }
414 415  
415   -
416 416 public String getFuwei() {
417 417 return fuwei;
418 418 }
... ... @@ -924,7 +924,7 @@
924 924 setOtherHighRisk(JsonUtil.jkstr2Obj(antExChuModel.getOtherHighRisk(), Map.class));
925 925 // setDiagnosis(antExChuModel.getDiagnosis());
926 926 setTreatOpinion(antExChuModel.getTreatOpinion());
927   - setDirOpinion(antExChuModel.getDirOpinion());
  927 + setGuide(antExChuModel.getDirOpinion());
928 928 setProdDoctor(antExChuModel.getProdDoctor());
929 929 if(null!=antExChuModel.getCheckTime()){
930 930 setCheckTime(DateUtil.getyyyy_MM_dd(antExChuModel.getCheckTime()));