Ver código fonte

feat(交通银行):ocr识别

liutao 6 dias atrás
pai
commit
fbe5fed92c
1 arquivos alterados com 13 adições e 7 exclusões
  1. 13 7
      src/main/resources/data/smb/liutao.sql

+ 13 - 7
src/main/resources/data/smb/liutao.sql

@@ -295,19 +295,25 @@ VALUES ('再融资营销机构类型', NULL, 'refinancingMarketingInstitutionTyp
 
 
 INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
-VALUES ( null, 'menu', ' 资方融资管理', 'smbRefinancingManagement', 3, NULL, '', '1', NULL, NULL, now(), now());
+VALUES ( null, 'menu', ' 资方融资管理', 'SmbRefinancingManagement', 3, NULL, '', '1', NULL, NULL, now(), now());
 INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
-VALUES ( (select t.id from t_permission t where t.ename = 'smbRefinancingManagement'), 'menu', ' 资方授信列表', 'smbRefinancingCredit', 0, NULL, '', '1', NULL, NULL, now(), now());
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingManagement'), 'menu', ' 资方授信列表', 'SmbRefinancingCredit', 0, NULL, '', '1', NULL, NULL, now(), now());
 INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
-VALUES ( (select t.id from t_permission t where t.ename = 'smbRefinancingCredit'), 'button', '查看', 'viewSmbRefinancing', 0, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingManagement'), 'menu', ' 资方放款列表', 'CapitalLoanMoney', 1, NULL, '', '1', NULL, NULL, now(), now());
 INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
-VALUES ( (select t.id from t_permission t where t.ename = 'smbRefinancingCredit'), 'button', '授信详情', 'viewSmbRefinancingDetail', 1, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingManagement'), 'menu', ' 资方还款列表', 'CapitalPayment', 2, NULL, '', '1', NULL, NULL, now(), now());
 INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
-VALUES ( (select t.id from t_permission t where t.ename = 'smbRefinancingCredit'), 'button', '修改 ', 'updateSmbRefinancingDetail', 2, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingManagement'), 'menu', ' 资方垫付列表', 'CapitalAdvancePayment', 3, NULL, '', '1', NULL, NULL, now(), now());
 INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
-VALUES ( (select t.id from t_permission t where t.ename = 'smbRefinancingCredit'), 'button', '续授信 ', 'creditSmbRefinancing', 3, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingCredit'), 'button', '查看', 'viewSmbRefinancing', 0, '资方融资管理', null, NULL, NULL, NULL, now(), now());
 INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
-VALUES ( (select t.id from t_permission t where t.ename = 'smbRefinancingCredit'), 'button', '数据全员可见 ', 'viewAllSmb', 4, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingCredit'), 'button', '授信详情', 'viewSmbRefinancingDetail', 1, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingCredit'), 'button', '修改 ', 'updateSmbRefinancingDetail', 2, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingCredit'), 'button', '续授信 ', 'creditSmbRefinancing', 3, '资方融资管理', null, NULL, NULL, NULL, now(), now());
+INSERT INTO `t_permission`( `parentId`, `type`, `cname`, `ename`, `gradation`, `moduleName`, `url`, `icon`, `user_create`, `user_modified`, `gmt_create`, `gmt_modified`)
+VALUES ( (select t.id from t_permission t where t.ename = 'SmbRefinancingCredit'), 'button', '数据全员可见 ', 'viewAllSmb', 4, '资方融资管理', null, NULL, NULL, NULL, now(), now());
 
 INSERT INTO `t_dictionary` ( `name`, `parentId`, `code`, `value`, `gradation`, `gmt_create`, `gmt_modified`)
 VALUES ('苏商授信状态', NULL, 'smbCreditStatus', NULL, 54, '2018-11-10 20:56:53', '2018-11-10 20:56:53');