|
@@ -221,9 +221,6 @@ public class SiZyService {
|
|
|
if (infcode == 0) {
|
|
|
JSONObject setlinfo = result.getJSONObject(OUTPUT).getJSONObject("setlinfo");
|
|
|
String fundPay = setlinfo.getString("fund_pay_sumamt");
|
|
|
- if (DecimalUtil.compare(fundPay, p.getTotalCharge()) == 1) {
|
|
|
- fundPay = p.getTotalCharge();
|
|
|
- }
|
|
|
dao.updateFundPay(fundPay, p.getInpatientNo(), p.getAdmissTimes(), p.getLedgerSn());
|
|
|
String message = "患者【" + p.getName() + "】院内总费用与医保中心总费用一致,医保报销金额为:¥ " + fundPay + "。";
|
|
|
return ResultVoUtil.success(message);
|