#日結算表添加商戶信息 t_daysettle
alter table t_daysettle add source varchar2(2) DEFAULT 0;
comment on column t_daysettle.source is '1是非支付結算中心,2是支付結算中心';
alter table t_daysettle add namechinese varchar2(200) DEFAULT null ;
comment on column t_daysettle.namechinese is '商家名稱';
alter table t_daysettle add settleaccountname varchar2(200) DEFAULT null ;
comment on column t_daysettle.settleaccountname is '結算銀行戶名';
alter table t_daysettle add settlebank varchar2(200) DEFAULT null ;
comment on column t_daysettle.settlebank is '結算銀行';
alter table t_daysettle add settlebankname varchar2(200) DEFAULT null ;
comment on column t_daysettle.settlebankname is '結算銀行-支行';
alter table t_daysettle add settlebankid varchar2(200) DEFAULT null ;
comment on column t_daysettle.settlebankid is '開戶行';
alter table t_daysettle add tonbaojia_rakerate NUMBER(11,2) default 0;
comment on column t_daysettle.tonbaojia_rakerate is '通寶+利率';
alter table t_daysettle add rakerate NUMBER(11,2) default 0;
comment on column t_daysettle.rakerate is '利率';
alter table t_daysettle add servicerate NUMBER(11,2) default 0;
comment on column t_daysettle.servicerate is '平臺服務費';
alter table t_daysettle add nameenglish varchar2(200) DEFAULT null ;
comment on column t_daysettle.nameenglish is '商戶簡稱';
alter table t_daysettle add organization varchar2(200) DEFAULT null ;
comment on column t_daysettle.organization is '機構名稱';
#確定商家日結算同步信息表添加商戶信息 t_finishsettle
alter table t_finishsettle add source varchar2(2) DEFAULT null ;
comment on column t_finishsettle .source is '1是非支付結算中心,2是支付結算中心';
alter table t_finishsettle add namechinese varchar2(200) DEFAULT null ;
comment on column t_finishsettle.namechinese is '商家名稱';
alter table t_finishsettle add settleaccountname varchar2(200) DEFAULT null ;
comment on column t_finishsettle.settleaccountname is '結算銀行戶名';
alter table t_finishsettle add settlebank varchar2(200) DEFAULT null ;
comment on column t_finishsettle.settlebank is '結算銀行';
alter table t_finishsettle add settlebankname varchar2(200) DEFAULT null ;
comment on column t_finishsettle.settlebankname is '結算銀行-支行';
alter table t_finishsettle add settlebankid varchar2(200) DEFAULT null ;
comment on column t_finishsettle.settlebankid is '開戶行';
alter table t_finishsettle add nameenglish varchar2(200) DEFAULT null ;
comment on column t_finishsettle.nameenglish is '商戶簡稱';
alter table t_finishsettle add organization varchar2(200) DEFAULT null ;
comment on column t_finishsettle.organization is '機構名稱';
- 通寶+后臺
- 新數據字典
- 測試數據庫配置
- 核心賬戶改造需求文檔
- 物業霸王餐
- 物業霸王餐上線流程
- 4月27版本上線數據庫變動情況
- 5月7日2.22版本上線數據庫變動情況
- 5月7日2.22版本上線須知
- 5月26日2.23版本數據庫變動情況
- 6月9日2.24版本數據庫變動情況
- 7月22日2.25版本數據庫變動情況
- 9月4日2.26版本數據庫變動情況
- 11月11日添加匯款規則設置
- 20.11.23大額轉賬轉用大額組件
- 20.11.25監控mns異常消息
- 20.12.04 通寶+入口限制
- 20.12.24 3.0通寶+階梯利率
- 21.01.08 通寶+遷移景安方案
- 21.01.29 物業霸王餐2.0
- 21.02.02 結算添加88折補貼金額
- 21.03.22 大額匯款贈送活動增加限制條件
- 21.05.20 代他付
- 21.06.28 充值對賬
- 21.07.03 添加折扣退款補貼
- 8月14版本,前端icon優化
- D0對賬
- 賬戶注銷
- 通寶+充值作廢
- 通寶+商家商戶信息
- 上線注意事項
- 上線執行sql語句
- 物業繳費
- 1.查詢用戶欠費綁定的信息
- 2.1手機號查詢信息接口