#### 測試地址:
網聯:123.161.2xx.xx:19xx/
銀企直聯:http://1.198.x.1xx:8081/
通寶+:https://xxxtongbao.xxxx.com/
#### 執行sql
網聯:wl_wlpayment表新增字段service_charge (手續費),order_amount(訂單金額)
執行sq:
alter table wl_wlpayment add service_charge decimal(10,2) default '0';
alter table wl_wlpayment add order_amount decimal(10,2) default '0';
銀聯:wl_payment表新增字段service_charge (手續費),order_amount(訂單金額)
執行sq:
alter table wl_payment add service_charge decimal(10,2) default '0';
alter table wl_payment add order_amount decimal(10,2) default '0';
銀企直聯:yq_fz_refund表新增字段service_charge (手續費),order_amount(訂單金額)
執行sq:
alter table yq_fz_refund add service_charge decimal(10,2) default '0';
alter table yq_fz_refund add order_amount decimal(10,2) default '0';
#### 修改內容
通寶+:
admin/view/closereport/closelist-sift.html
admin/view/closereport/closelist.html
銀企直聯:
admin/view/fzg/dolist.html
admin/view/fzg/fzglist.html
銀網聯:
admin/controller/api