Browse Source

提交代码

陈少旭 3 months ago
parent
commit
01cc7e5ca8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/export_data_service.go

+ 1 - 1
service/export_data_service.go View File

416
         SUM(his_order.medfee_sumamt) AS 医疗费总额,
416
         SUM(his_order.medfee_sumamt) AS 医疗费总额,
417
         SUM(his_order.fund_pay_sumamt) AS 基金支付总金额,
417
         SUM(his_order.fund_pay_sumamt) AS 基金支付总金额,
418
         SUM(his_order.acct_pay) AS 个人账户支付总金额,
418
         SUM(his_order.acct_pay) AS 个人账户支付总金额,
419
-        SUM(his_order.psn_cash_pay) AS 个人自付金额,
419
+        SUM(his_order.psn_cash_pay) AS 个人自付金额,
420
         SUM(his_order.hifp_pay) AS 基金统筹总金额,
420
         SUM(his_order.hifp_pay) AS 基金统筹总金额,
421
         SUM(his_order.hifob_pay) AS 大额支付总金额,
421
         SUM(his_order.hifob_pay) AS 大额支付总金额,
422
         SUM(his_order.preselfpay_amt) AS 先行自付总金额,
422
         SUM(his_order.preselfpay_amt) AS 先行自付总金额,