Commit fed6dcea44760f45ae6da8f82de238480c0a27d0

Authored by shiyang
1 parent 5e8cf0cbac

update

Showing 5 changed files with 23 additions and 21 deletions

platform-dal/src/main/java/com/lyms/platform/pojo/BabyCheckModel.java View file @ fed6dce
... ... @@ -543,14 +543,14 @@
543 543 * 围场-儿童建档和儿童体检 添加字段
544 544 */
545 545 //儿童高危-其它高危
546   - private String otherHighRisk;
  546 + private String wcOtherHighRisk;
547 547  
548   - public String getOtherHighRisk() {
549   - return otherHighRisk;
  548 + public String getWcOtherHighRisk() {
  549 + return wcOtherHighRisk;
550 550 }
551 551  
552   - public void setOtherHighRisk(String otherHighRisk) {
553   - this.otherHighRisk = otherHighRisk;
  552 + public void setWcOtherHighRisk(String wcOtherHighRisk) {
  553 + this.wcOtherHighRisk = wcOtherHighRisk;
554 554 }
555 555  
556 556 /********************************************/
... ... @@ -2452,7 +2452,7 @@
2452 2452 ", alotExercise='" + alotExercise + '\'' +
2453 2453 ", fineExercise='" + fineExercise + '\'' +
2454 2454 ", tcmGuide='" + tcmGuide + '\'' +
2455   - ", otherHighRisk='" + otherHighRisk + '' +
  2455 + ", otherHighRisk='" + wcOtherHighRisk + '' +
2456 2456 '}';
2457 2457 }
2458 2458 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyCheckFacade.java View file @ fed6dce
... ... @@ -576,7 +576,7 @@
576 576 model.setZhipJoint(request.getZhipJoint());
577 577 model.setYhipJoint(request.getYhipJoint());
578 578 model.setTcmGuide(request.getTcmGuide());
579   - model.setOtherHighRisk(request.getOtherHighRisk());
  579 + model.setWcOtherHighRisk(request.getWcOtherHighRisk());
580 580  
581 581 return model;
582 582 }
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java View file @ fed6dce
... ... @@ -6177,7 +6177,7 @@
6177 6177 //隆化新加中医指导
6178 6178 model.setTcmGuide(checkModel.getTcmGuide());
6179 6179 //围场新加其它高危
6180   - model.setOtherHighRisk(checkModel.getOtherHighRisk());
  6180 + model.setWcOtherHighRisk(checkModel.getWcOtherHighRisk());
6181 6181  
6182 6182 if (com.lyms.platform.common.utils.StringUtils.isNotEmpty(checkModel.getCheckDoctor())) {
6183 6183  
platform-operate-api/src/main/java/com/lyms/platform/operate/web/request/BabyCheckRequest.java View file @ fed6dce
... ... @@ -503,19 +503,21 @@
503 503 * 围场-儿童建档和儿童体检 添加字段
504 504 */
505 505 //儿童高危-其它高危
506   - private String otherHighRisk;
  506 + private String wcOtherHighRisk;
  507 +
  508 + public String getWcOtherHighRisk() {
  509 + return wcOtherHighRisk;
  510 + }
  511 +
  512 + public void setWcOtherHighRisk(String wcOtherHighRisk) {
  513 + this.wcOtherHighRisk = wcOtherHighRisk;
  514 + }
  515 +
507 516 /********************************************/
508 517  
509 518 //儿童疾病
510 519 private List<String> diseases;
511 520  
512   - public String getOtherHighRisk() {
513   - return otherHighRisk;
514   - }
515   -
516   - public void setOtherHighRisk(String otherHighRisk) {
517   - this.otherHighRisk = otherHighRisk;
518   - }
519 521  
520 522 public String getTcmGuide() {
521 523 return tcmGuide;
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/BabyCheckPageResult.java View file @ fed6dce
... ... @@ -710,14 +710,14 @@
710 710 * 围场-儿童建档和儿童体检 添加字段
711 711 */
712 712 //儿童高危-其它高危
713   - private String otherHighRisk;
  713 + private String wcOtherHighRisk;
714 714  
715   - public String getOtherHighRisk() {
716   - return otherHighRisk;
  715 + public String getWcOtherHighRisk() {
  716 + return wcOtherHighRisk;
717 717 }
718 718  
719   - public void setOtherHighRisk(String otherHighRisk) {
720   - this.otherHighRisk = otherHighRisk;
  719 + public void setWcOtherHighRisk(String wcOtherHighRisk) {
  720 + this.wcOtherHighRisk = wcOtherHighRisk;
721 721 }
722 722  
723 723 /********************************************/