5 lines
738 B
SQL
5 lines
738 B
SQL
-- ----------------------------
|
|
-- Records of biz_channel
|
|
-- ----------------------------
|
|
INSERT INTO `rec_loan`.`biz_channel`(`id`, `chan_code`, `chan_name`, `chan_type`, `crdt_flag`, `pay_flag`, `repay_flag`, `crdt_lmt`, `pay_lmt`, `bal_lmt`, `business_open_date`, `business_close_date`, `start_date`, `end_date`, `sts`, `bank_code`, `create_user`, `create_org`, `create_time`, `create_date`, `update_user`, `update_org`, `update_time`, `update_date`, `cur_vers`) VALUES ('568091069640736768', 'WKG', '新大陆4', NULL, NULL, NULL, NULL, NULL, 20000000.00, NULL, NULL, NULL, NULL, NULL, '1', '007', '三湘银行管理员', '三湘银行', '2022-01-06 17:07:33', '2036-03-11', '007001', '007', '2022-01-06 16:59:45', '2037-12-08', 1);
|