#日结算表添加商户信息 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手机号查询信息接口