Commit 82b71bfb716c40e7bd79692dd36a82542624665e
1 parent
9b3c5cbc63
Exists in
master
and in
1 other branch
初诊流产
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexChuResult.java
View file @
82b71bf
| ... | ... | @@ -1013,8 +1013,8 @@ | 
| 1013 | 1013 | } | 
| 1014 | 1014 | setcDueWeek(antExChuModel.getcDueWeek()); | 
| 1015 | 1015 | |
| 1016 | - setAbortionZR(abortionZR); | |
| 1017 | - setAbortionRG(abortionRG); | |
| 1016 | + setAbortionZR(antExChuModel.getAbortionZR()); | |
| 1017 | + setAbortionRG(antExChuModel.getAbortionRG()); | |
| 1018 | 1018 | } | 
| 1019 | 1019 | return this; | 
| 1020 | 1020 | } |