sunpls/项目开发日志.txt

20 lines
1.5 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

-------------------------------------------------------------------------------------------------------------------------------------
数据库变动:
-------2018.04.19-----程丽京
alter table t_repay_ref add `withhold_result` char(2) DEFAULT NULL COMMENT '充值代扣结果南都代扣租金1成功2失败3未知';
alter table t_repay_ref add `withhold_note` varchar(255) DEFAULT NULL COMMENT '充值代扣失败原因描述';
alter table t_repay_ref add `withhold_date` date DEFAULT NULL COMMENT '充值代扣日期';
alter table t_repay_ref add `withhold_serial_no` varchar(32) DEFAULT NULL COMMENT '充值代扣流水号';
alter table t_prod_info add prod_type char(2) comment '产品类型1委托类2租赁类3自营类4助贷类';
alter table t_apply_pro add prod_type char(2) comment '产品类型1委托类2租赁类3自营类4助贷类';
alter table t_receipt add prod_type char(2) comment '产品类型1委托类2租赁类3自营类4助贷类';
alter table t_prod_info add org_name varchar(50) comment '机构名称';
alter table t_prod_info add subject_no varchar(32) COMMENT '科目号';
-------------------------------------------------------------------------------------------------------------------------------------
开发日志:
规则默认拒绝
部署說明:
修改sunpls-provider\sunpls-provider-common\src\main\resources\resource\spring.properties的参数项按照实际环境进行修改。