Commit 410d13ccd4beda2c2f3535cdd5cf2474b01c64b8

Authored by liquanyu
1 parent 116eba7e10
Exists in master and in 1 other branch dev

结算管理

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 410d13c
... ... @@ -2103,7 +2103,7 @@
2103 2103 datas.put("2", datas.get("8"));
2104 2104 }
2105 2105  
2106   - healthChargeFacade.addHealthCharge(patientWeight.getHospitalId(),2,patientWeight.getPatientId(),1,1,userId);
  2106 + healthChargeFacade.addHealthCharge(patientWeight.getHospitalId(),1,patientWeight.getPatientId(),2,1,userId);
2107 2107 return new BaseObjectResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setData(this.getFirstOrNull(datas));
2108 2108 }
2109 2109