主数据下发修改业务调整
This commit is contained in:
parent
01ca0a5c19
commit
510b1ec036
|
@ -41,3 +41,11 @@ R__TRUNCATE_bd_app.sql 这个文件会执行多次,但是会校验是否checks
|
||||||
|
|
||||||
表flyway_schema_history会记录sql执行的情况
|
表flyway_schema_history会记录sql执行的情况
|
||||||
本项目需要的sql统一放置到resources/flyway下
|
本项目需要的sql统一放置到resources/flyway下
|
||||||
|
|
||||||
|
# 系统初始化
|
||||||
|
|
||||||
|
| 名称 | 备注 |
|
||||||
|
|------|------|
|
||||||
|
| V3.0.1__sys_init_table.sql | 系统初始化建表语句 |
|
||||||
|
| 李四 | 32 |
|
||||||
|
| 王五 | 24 |
|
||||||
|
|
|
@ -232,7 +232,6 @@
|
||||||
<if test="pkGroup != null and pkGroup != ''"> pk_group , </if>
|
<if test="pkGroup != null and pkGroup != ''"> pk_group , </if>
|
||||||
<if test="pkOrg != null and pkOrg != ''"> pk_org , </if>
|
<if test="pkOrg != null and pkOrg != ''"> pk_org , </if>
|
||||||
<if test="taxpayerid != null and taxpayerid != ''"> taxpayerid , </if>
|
<if test="taxpayerid != null and taxpayerid != ''"> taxpayerid , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -262,7 +261,6 @@
|
||||||
<if test="pkGroup != null and pkGroup != ''"> #{pkGroup} ,</if>
|
<if test="pkGroup != null and pkGroup != ''"> #{pkGroup} ,</if>
|
||||||
<if test="pkOrg != null and pkOrg != ''"> #{pkOrg} ,</if>
|
<if test="pkOrg != null and pkOrg != ''"> #{pkOrg} ,</if>
|
||||||
<if test="taxpayerid != null and taxpayerid != ''"> #{taxpayerid} ,</if>
|
<if test="taxpayerid != null and taxpayerid != ''"> #{taxpayerid} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_customer a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -22,7 +22,7 @@ spring:
|
||||||
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
# password: 62e4295b615a30dbf3b8ee96f41c820b
|
||||||
# driver-class-name: dm.jdbc.driver.DmDriver
|
# driver-class-name: dm.jdbc.driver.DmDriver
|
||||||
# type: com.alibaba.druid.pool.DruidDataSource
|
# type: com.alibaba.druid.pool.DruidDataSource
|
||||||
url: jdbc:mysql://ufidahz.com.cn:9014/businesscenter?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
url: jdbc:mysql://ufidahz.com.cn:9014/businesscentercopy?serverTimezone=UTC&useUnicode=true&characterEncoding=UTF8&serverTimezone=GMT%2B8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowLoadLocalInfile=false&autoReconnect=true&failOverReadOnly=false&connectTimeout=30000&socketTimeout=30000&autoReconnectForPools=true
|
||||||
username: root
|
username: root
|
||||||
password: 62e4295b615a30dbf3b8ee96f41c820b
|
password: 62e4295b615a30dbf3b8ee96f41c820b
|
||||||
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
driver-class-name: com.mysql.jdbc.Driver # 3.2.0开始支持SPI可省略此配置
|
||||||
|
|
|
@ -0,0 +1,24 @@
|
||||||
|
INSERT INTO sys_application (id, app_logo, app_status, name, version_number, access_mode, affiliation_field, manufacturer, app_introduction, client_path, app_id, system_address, web_path, program_path, public_key, secret_key, interface_address, interface_status, app_type, db_status, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('70d24970f0e8429485220fff1e331e50', NULL, '1', '东进环思', '1.0', '[\"2\",\"1\"]', '1', '环丝应用(东进环思)', '环丝应用(东进环思)', NULL, 800033, NULL, NULL, NULL, 'ZJYA0iD/DtdYCBYE1AqHlz4All0gLb96p8G1xNjdGz4tDZlCe7eDIk+3zDUT+v578prj', 'nL860JIPqIuB0jUsJE5RZLcyZfi8ArRSz6rk0h69TDbkf3Qq0Jstwk9FIgbGa6ejj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', NULL, '2', '1', '2', 25, NULL, 'Y', '2024-07-16 10:14:05', '1', '2024-07-16 10:14:05', '1');
|
||||||
|
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('0be0862057b249c5b3b902f9d2e18744', 8000330000, NULL, '1', '70d24970f0e8429485220fff1e331e50', '770605aa7fdd4673960b488ee37538ad', '客商档案新增', '中台—环思,客商档案同步环思', '2', NULL, '1', '1', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"f7c387b0-d5d3-48d3-9aa6-c84e9b12a06d\",\"parameterName\":\"body\",\"first\":true}]', '[]', 252, '1', '2024-07-16 10:53:07', '1', '2024-07-16 10:53:07', 'Y', NULL, NULL, NULL, '2', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('362bc0ef8a0e4a8fbb015e7ff241147b', 8000330002, NULL, '1', '70d24970f0e8429485220fff1e331e50', 'a02cccd7bac94d7ba2a42bf684d9ab4c', '物料分类新增', '中台—环思,物料分类同步环思', '2', NULL, '1', '1', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"0c291ae8-7bc7-46ad-8954-4f9b1cf03454\",\"parameterName\":\"body\",\"first\":true}]', '[]', 254, '1', '2024-07-16 10:54:57', '1', '2024-07-16 10:54:57', 'Y', NULL, NULL, NULL, '2', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('3c40a2e4a5a7444d9cdb28b9c8e4e1a9', 8000330003, NULL, '1', '70d24970f0e8429485220fff1e331e50', 'a02cccd7bac94d7ba2a42bf684d9ab4c', '物料分类修改', '中台—环思,物料分类同步环思\n', '2', NULL, '1', '1', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"f3b82e1a-1fea-4804-bbbc-17ea51a78871\",\"parameterName\":\"body\",\"first\":true}]', '[]', 255, '1', '2024-07-16 10:55:21', '1', '2024-07-16 10:55:21', 'Y', NULL, NULL, NULL, '2', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('5d89843a48c248649dfc351913666f6e', 8000330001, NULL, '1', '70d24970f0e8429485220fff1e331e50', '770605aa7fdd4673960b488ee37538ad', '客商档案修改', '中台—环思,客商档案同步环思\n', '2', NULL, '1', '1', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"376565d7-604b-4451-9ce9-c8593b925b11\",\"parameterName\":\"body\",\"first\":true}]', '[]', 253, '1', '2024-07-16 10:53:33', '1', '2024-07-16 10:53:33', 'Y', NULL, NULL, NULL, '2', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('72a4da1a75394bf282260a755dd5b083', 8000330005, NULL, '1', '70d24970f0e8429485220fff1e331e50', '3b0732a8f5fc443d984c06b9fbde6459', '物料档案修改', '中台—环思,物料档案同步环思', '2', NULL, '1', '1', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"9d3ef246-32bd-47ec-9acf-79f8bd83824f\",\"parameterName\":\"body\",\"first\":true}]', '[]', 257, '1', '2024-07-16 10:56:23', '1', '2024-07-16 10:56:23', 'Y', NULL, NULL, NULL, '2', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('c9a1fa17652f4d4fabe9d9656b0998ea', 8000330004, NULL, '1', '70d24970f0e8429485220fff1e331e50', '3b0732a8f5fc443d984c06b9fbde6459', '物料档案新增', '中台—环思,物料档案同步环思\n', '2', NULL, '1', '1', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"70c43e7b-ce2e-4746-a358-26151c933a4d\",\"parameterName\":\"body\",\"first\":true}]', '[]', 256, '1', '2024-07-16 10:56:03', '1', '2024-07-16 10:56:03', 'Y', NULL, NULL, NULL, '2', '1', '1', '1');
|
||||||
|
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('3b0732a8f5fc443d984c06b9fbde6459', '70d24970f0e8429485220fff1e331e50', '物料档案', 82, NULL, 'Y', '2024-07-16 10:55:32', '1', '2024-07-16 10:55:32', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('770605aa7fdd4673960b488ee37538ad', '70d24970f0e8429485220fff1e331e50', '客商档案', 80, NULL, 'Y', '2024-07-16 10:52:27', '1', '2024-07-16 10:52:27', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('a02cccd7bac94d7ba2a42bf684d9ab4c', '70d24970f0e8429485220fff1e331e50', '物料分类', 81, NULL, 'Y', '2024-07-16 10:54:23', '1', '2024-07-16 10:54:23', '1');
|
||||||
|
|
||||||
|
update sys_application_api set extension_api = '2' where extension_api is null;
|
||||||
|
update sys_application_api set return_success_field = 'status' where return_success_field is null;
|
||||||
|
update sys_application_api set return_success_value = '200' where return_success_value is null;
|
||||||
|
update sys_application_api set return_msg = 'msg' where return_msg is null;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
INSERT INTO sys_application (id, app_logo, app_status, name, version_number, access_mode, affiliation_field, manufacturer, app_introduction, client_path, app_id, system_address, web_path, program_path, public_key, secret_key, interface_address, interface_status, app_type, db_status, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('ae67183945fe48a890a5bedde34a23e8', NULL, '1', '宁波银行财资大管家', 'V1.0', '[\"1\",\"2\",\"3\",\"4\"]', '1', '宁波银行', '东进新材料对接宁波财资大管家', NULL, 800036, NULL, NULL, NULL, 'ZJYAA9Z/jWMe1rC+Sjh8NVMRtwVMb5Bn0DbmIEsgpVlR3C9Ce7eDIk+3zDUT+v578prj', 'B8sgQwEaskwM7BQj1XLvu3kdKD3xm7Lyd4FWsPaFQk5v+UtQLCkzVzLlCZ9Bdyv2j3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://127.0.0.1:9999/', '1', '3', '2', 23, NULL, 'Y', '2024-07-17 09:05:35', '1', '2024-07-17 09:05:35', '1');
|
||||||
|
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('a7490cf7c5a641f68a6deb84df941d57', 8000360000, NULL, '1', 'ae67183945fe48a890a5bedde34a23e8', '58105ccc4b4b4fbf89312f85b09ea9f6', '单笔转账接口', '单笔转账接口', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":0,\"concreteType\":\"String\",\"id\":\"8db68afc-64ff-4dac-b581-168b0b15ec59\",\"parameterName\":\"yatl\",\"required\":true,\"example\":\"ningboBankTreasuryServiceImpl\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":1,\"concreteType\":\"String\",\"id\":\"9a51135c-3c31-408d-8188-e0e8def2a2ea\",\"parameterName\":\"yadj\",\"required\":true,\"example\":\"sendNbBank\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":2,\"concreteType\":\"String\",\"id\":\"450138d7-fc93-4963-b891-beee640e1faa\",\"parameterName\":\"appKey\",\"required\":true,\"example\":\"54b3e05c-7983-4e6c-8920-f9ab8a0004a6\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":3,\"concreteType\":\"String\",\"description\":\"商户私钥\",\"id\":\"811d51c8-07a2-4245-b01f-a2f0de56db68\",\"parameterName\":\"privateKey\",\"required\":true,\"example\":\"MIGTAgEAMBMGByqGSM49AgEGCCqBHM9VAYItBHkwdwIBAQQgTt6OadouxxxSDg/0SZdOIBqtnFGKrpwmL+quEUf+hfSgCgYIKoEcz1UBgi2hRANCAAQGHNN2NO7btp+w1248yk98E0asGC8sG0bmIzdom4M0xp3vc4IfXjmZ8omUz4oVcjzAuyMSSpJM6uPLcU1SH4HZ\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":4,\"concreteType\":\"String\",\"id\":\"8da0ab8c-c518-439b-a241-0d66cd96ca21\",\"parameterName\":\"publicUrl\",\"required\":true,\"example\":\"http://cz-test.nbcb.com.cn:7070/nbcb/api\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":5,\"concreteType\":\"String\",\"description\":\"开放平台公钥\",\"id\":\"dee6fb29-61aa-4fd8-905c-e15904c5a35a\",\"parameterName\":\"publicKey\",\"required\":true,\"example\":\"MFkwEwYHKoZIzj0CAQYIKoEcz1UBgi0DQgAEXAt6fxeKlpREIyXoT3jDwGU7L6JkKrzdOKP1cMB14rtNwwlyaUGLrtuHVoArAHP3x7XN2rUw0GxSngYQwOAsjQ==\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":6,\"concreteType\":\"String\",\"description\":\"财资客户号\",\"id\":\"6d499c86-b66b-40e2-8f0f-48ea392478f5\",\"parameterName\":\"custId\",\"required\":true,\"example\":\"0000112058\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":7,\"concreteType\":\"String\",\"id\":\"b791597e-a44e-4c43-840e-daf35aa4856f\",\"parameterName\":\"productID\",\"required\":true,\"example\":\"tmsSettle\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":8,\"concreteType\":\"String\",\"id\":\"80dfdc20-38a6-4191-8c98-e32ff4c683d1\",\"parameterName\":\"serviceID\",\"required\":true,\"example\":\"singleTransfer\"}]', '[]', '1', '[{\"index\":0,\"id\":\"159491c8-a097-4df4-9abf-98f777b4f2c5\",\"parameterName\":\"body\",\"first\":true}]', '[]', 244, '1', '2024-07-17 09:05:35', '1', '2024-07-17 09:05:35', 'Y', NULL, 'ningboBankTreasuryServiceImpl', 'doChangeData', '1', 'retCode', '0000', 'retMsg');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('ecdaa2fb5a754aab984ea94fed80a840', 8000360001, NULL, '1', 'ae67183945fe48a890a5bedde34a23e8', 'e6d546212791410593f758e289733361', '交易结果接口', '交易结果接口', '2', NULL, '1', 'kangarooDataCenterV3/entranceController/platformInterface', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"length\":\"255\",\"concreteType\":\"String\",\"index\":0,\"parameterName\":\"yatl\",\"id\":\"08d57d17-352f-4eb5-ab35-0c8f8d37c54f\",\"required\":true,\"example\":\"ningboBankTreasuryServiceImpl\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"concreteType\":\"String\",\"index\":1,\"parameterName\":\"yadj\",\"id\":\"c0412200-27c5-42ad-bd92-3d60cf5fae05\",\"required\":true,\"example\":\"sendNbBank\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"concreteType\":\"String\",\"index\":2,\"parameterName\":\"appKey\",\"id\":\"e4be39d4-016f-4048-85a7-4751a0b45221\",\"required\":true,\"example\":\"54b3e05c-7983-4e6c-8920-f9ab8a0004a6\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"concreteType\":\"String\",\"index\":3,\"description\":\"商户私钥\",\"parameterName\":\"privateKey\",\"id\":\"8027bd40-b0db-4040-9e1c-7971eb2c4480\",\"required\":true,\"example\":\"MIGTAgEAMBMGByqGSM49AgEGCCqBHM9VAYItBHkwdwIBAQQgTt6OadouxxxSDg/0SZdOIBqtnFGKrpwmL+quEUf+hfSgCgYIKoEcz1UBgi2hRANCAAQGHNN2NO7btp+w1248yk98E0asGC8sG0bmIzdom4M0xp3vc4IfXjmZ8omUz4oVcjzAuyMSSpJM6uPLcU1SH4HZ\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"concreteType\":\"String\",\"index\":4,\"parameterName\":\"publicUrl\",\"id\":\"89c7052d-8a90-4a22-bc95-a10b656d7ad6\",\"required\":true,\"example\":\"http://cz-test.nbcb.com.cn:7070/nbcb/api\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"concreteType\":\"String\",\"index\":5,\"description\":\"开放平台公钥\",\"parameterName\":\"publicKey\",\"id\":\"c96236b3-ed05-437a-ab01-829e8052dee9\",\"required\":true,\"example\":\"MFkwEwYHKoZIzj0CAQYIKoEcz1UBgi0DQgAEXAt6fxeKlpREIyXoT3jDwGU7L6JkKrzdOKP1cMB14rtNwwlyaUGLrtuHVoArAHP3x7XN2rUw0GxSngYQwOAsjQ==\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"concreteType\":\"String\",\"index\":6,\"description\":\"财资客户号\",\"parameterName\":\"custId\",\"id\":\"bddeecac-2ca0-498a-9063-3655c50b8089\",\"required\":true,\"example\":\"0000112058\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":7,\"concreteType\":\"String\",\"id\":\"b2785506-3c80-47f7-a211-8ccb9ce35a34\",\"parameterName\":\"productID\",\"required\":true,\"example\":\"tmsSettle\"},{\"parameterType\":\"fundamental\",\"length\":\"255\",\"index\":8,\"concreteType\":\"String\",\"id\":\"eb20bd5c-19e2-413b-8c4d-3ce5272bc691\",\"parameterName\":\"serviceID\",\"required\":true,\"example\":\"querySingleTransferResult\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"concreteType\":\"String\",\"index\":1,\"description\":\"流水号\",\"parameterName\":\"serialNo\",\"id\":\"6b973918-89bf-43b4-b9db-436928dff463\",\"required\":true,\"example\":\"Api20230607003\"}],\"concreteType\":\"Object\",\"index\":0,\"id\":\"726732fd-30ec-4aec-a572-590a3d9bca68\",\"parameterName\":\"body\",\"first\":true,\"required\":true}]', '[]', 245, '1', '2024-07-17 09:05:35', '1', '2024-07-17 09:05:35', 'Y', NULL, 'ningboBankTreasuryServiceImpl', 'doChangeData', '1', 'retCode', '0000', 'retMsg');
|
||||||
|
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('58105ccc4b4b4fbf89312f85b09ea9f6', 'ae67183945fe48a890a5bedde34a23e8', '转账', 77, NULL, 'Y', '2024-07-17 09:05:35', '1', '2024-07-17 09:05:35', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('e6d546212791410593f758e289733361', 'ae67183945fe48a890a5bedde34a23e8', '交易结果', 78, NULL, 'Y', '2024-07-17 09:05:35', '1', '2024-07-17 09:05:35', '1');
|
||||||
|
|
||||||
|
update sys_application_api set extension_api = '2' where extension_api is null;
|
||||||
|
update sys_application_api set return_success_field = 'status' where return_success_field is null;
|
||||||
|
update sys_application_api set return_success_value = '200' where return_success_value is null;
|
||||||
|
update sys_application_api set return_msg = 'msg' where return_msg is null;
|
||||||
|
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,35 @@
|
||||||
|
INSERT INTO sys_application (id, app_logo, app_status, name, version_number, access_mode, affiliation_field, manufacturer, app_introduction, client_path, app_id, system_address, web_path, program_path, public_key, secret_key, interface_address, interface_status, app_type, db_status, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('53936623a8bd451fb7f5fed09cb36fab', NULL, '1', '东进致远OA', '8.2', '[\"1\"]', '11', '致远', '越城区发展集团致远OA', 'http://hzya.ufyct.com:9955/', 800034, NULL, 'http://hzya.ufyct.com:9955/', 'http://hzya.ufyct.com:9955/', 'ZJYATW/MfYZX7zF0eAh4DJXbyTLwUtwSoSz5Y/o1ksAaN/dCe7eDIk+3zDUT+v578prj', '+5BUkLQh3iX3VHgEt5bE2IPh+ZeebGvDaEspsvVu739Ar6sFnwg+fpPod4t6XhoTj3JzOP8MtA1LSGvL+2BWG8c/o7DKi92S4mr3zcGearA=', 'http://115.239.174.22:9999', '1', '1', '1', 17, NULL, 'Y', '2024-07-16 10:15:14', '1', '2024-07-16 10:17:56', '1');
|
||||||
|
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('23499f05d50b495d989208e124469eff', 8000340004, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '33406ee83887421bb1cdeb728606dcbf', '按登录名取人员信息', '按登录名取人员信息', '2', NULL, '1', '/seeyon/rest/orgMember', '1', '2', '10000', '100', '[]', '[]', '1', '[{\"id\":\"c8620cd3-7ee3-47a9-8b1d-88d26f7c21d8\",\"parameterName\":\"body\",\"first\":true}]', '[]', 228, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, NULL, NULL, '2', 'enabled', 'true', 'enabled');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('539a319b80224ce6a39106324bb68ef9', 8000340005, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '81333abd92ac40d7b15b080d6d3750a9', '附件上传', '假的', '2', NULL, '1', '/seeyon/rest/attachment', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"03521015-0cf3-4b9f-b0d6-41d13b5578e4\",\"parameterName\":\"body\",\"first\":true}]', '[]', 235, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, NULL, NULL, '1', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('6cc3ea97cec24265810efced08509203', 8000340007, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '27eae7084739493c97f2da86ba5f434b', '支付申请明细日志', 'OA付款推到CBS的支付申请日志', '2', '6f561dd4a5a74bba850cc37e5c287e92', '1', '/seeyon/rest/form/import/formmain_0232', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"cc04b232-1755-49ab-b5bd-451ed4e7a9cf\",\"parameterName\":\"token\"}]', '[]', '1', '[{\"index\":0,\"id\":\"e167aa7a-43c0-476c-ae0d-9fc75752fc77\",\"parameterName\":\"body\",\"first\":true}]', '[]', 237, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, 'CbsLogServiceImpl', 'getTokenExt', '1', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('8aa016962a474a54a4a8efc60f284fa3', 8000340006, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '27eae7084739493c97f2da86ba5f434b', 'CBS收款记录', '保存CBS收款记录到OA底表\n调用的是xml格式的接口', '2', '6f561dd4a5a74bba850cc37e5c287e92', '1', '/seeyon/rest/form/import/formmain_0233', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"3a5e0ff5-7790-4402-9e93-a175f35a6630\",\"parameterName\":\"token\"}]', '[]', '1', '[{\"id\":\"a09d407c-df44-46fa-ab3c-cf99f1332b17\",\"parameterName\":\"body\",\"first\":true}]', '[]', 236, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, 'CbsLogServiceImpl', 'getTokenExt', '1', '1', '1', '1');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('9f047fd9a30246b48d12844da5ab59d5', 8000340003, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '27eae7084739493c97f2da86ba5f434b', '无流程表单批量新增', NULL, '2', NULL, '1', '/seeyon/rest/cap4/form/soap/batch-add', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"ad5f0b02-d555-4f65-8856-6afbab270870\",\"parameterName\":\"body\",\"first\":true}]', '[]', 221, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, NULL, NULL, '2', 'code', '0', 'code');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('c75bab671dc94be68bf4498d49a93951', 8000340002, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '3b45cc93711c49c6a150d3b6aeddc60f', '流程表单发起', '流程表单发起', '2', NULL, '1', '/seeyon/rest/bpm/process/start', '1', '1', '10000', '100', '[]', '[]', '1', '[{\"id\":\"c25f517e-b8b8-4fcb-9466-6952ff754a1c\",\"parameterName\":\"body\",\"first\":true}]', '[]', 220, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, NULL, NULL, '2', 'code', '0', 'code');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('c7ac1418cb0a4061ade501ee5614630d', 8000340000, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '75200bc1ee464e86accf4022c71cc16c', 'token', '获取oatoken', '2', NULL, '1', '/seeyon/rest/token', '1', '1', '10000', '100', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"description\":\"hzya_rest\",\"id\":\"a7f634e6-4325-409f-9d4d-c05418153f13\",\"parameterName\":\"userName\",\"example\":\"hzya_rest\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"f34ec8a4-10ca-4af5-8895-0bc650f92516\",\"parameterName\":\"password\",\"example\":\"5339d0e3-b23b-45d6-b301-c59de8bd447a\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"description\":\"hzya_rest\",\"id\":\"4435d5e8-20d1-4b39-9286-77589e338c1e\",\"parameterName\":\"loginName\",\"example\":\"hzya_rest\"}]', '[]', '1', '[{\"parameterType\":\"complex\",\"children\":[{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"description\":\"hzyaRest\",\"id\":\"37d4be39-a313-4776-9b80-214bb73666aa\",\"parameterName\":\"userName\",\"example\":\"hzyaRest\"},{\"parameterType\":\"fundamental\",\"index\":2,\"concreteType\":\"String\",\"description\":\"0c92d077-03ea-4d58-92c2-c743dae957d1\",\"id\":\"9fb64713-6645-429d-b377-66f4bc72e968\",\"parameterName\":\"password\",\"example\":\"0c92d077-03ea-4d58-92c2-c743dae957d1\"},{\"parameterType\":\"fundamental\",\"index\":3,\"concreteType\":\"String\",\"description\":\"xel\",\"id\":\"16789d17-bc77-4fd5-9ca9-5dbbbed2d59b\",\"parameterName\":\"loginName\",\"example\":\"xel\"}],\"index\":0,\"concreteType\":\"Object\",\"id\":\"8aef3b7b-e4b7-4465-b0c5-88ecc5f84200\",\"parameterName\":\"body\",\"first\":true}]', '[{\"parameterType\":\"fundamental\",\"index\":0,\"concreteType\":\"String\",\"id\":\"85f455c0-eed0-4292-8130-a52c242974ec\",\"parameterName\":\"userName\"},{\"parameterType\":\"fundamental\",\"index\":1,\"concreteType\":\"String\",\"id\":\"902fce32-f09d-4ce6-ac88-a06ef1950963\",\"parameterName\":\"id\"}]', 214, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, NULL, NULL, '2', 'userName', 'hzyaRest', 'id不为空说明成功');
|
||||||
|
INSERT INTO sys_application_api (id, api_code, api_path, api_status, app_id, catalogue_id, api_name, api_remark, need_Login, authentication_port, parameter_passing_mode, destination_address, request_coding, request_method, timeout_period, current_limiting, header_in, query_in, body_in_type, body_in, body_out, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, bean_name, fun_name, extension_api, return_success_field, return_success_value, return_msg) VALUES ('f3778b38d03048249e9d063abbcacc5c', 8000340001, NULL, '1', '53936623a8bd451fb7f5fed09cb36fab', '3b45cc93711c49c6a150d3b6aeddc60f', '更新表单', '更新表单', '1', NULL, '1', '/seeyon/rest/businessResource/updateForm', '1', '1', '10000', '100', '[{\"parameterType\":\"authport\",\"index\":0,\"concreteType\":\"String\",\"id\":\"fdc278ea-8981-4db0-92b4-0b067d740ab6\",\"parameterName\":\"token\",\"example\":[\"id\"]}]', '[]', '1', '[]', '[]', 215, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL, NULL, NULL, '2', 'code', '0', '0表示成功');
|
||||||
|
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('27eae7084739493c97f2da86ba5f434b', '53936623a8bd451fb7f5fed09cb36fab', '无流程表单', 65, NULL, 'Y', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('33406ee83887421bb1cdeb728606dcbf', '53936623a8bd451fb7f5fed09cb36fab', '组织架构', 70, NULL, 'Y', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('3b45cc93711c49c6a150d3b6aeddc60f', '53936623a8bd451fb7f5fed09cb36fab', '流程表单', 64, NULL, 'Y', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('75200bc1ee464e86accf4022c71cc16c', '53936623a8bd451fb7f5fed09cb36fab', 'token', 63, NULL, 'Y', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('81333abd92ac40d7b15b080d6d3750a9', '53936623a8bd451fb7f5fed09cb36fab', '附件', 66, NULL, 'Y', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', '1');
|
||||||
|
INSERT INTO sys_application_api_type (id, app_id, name, sorts, org_id, sts, create_time, create_user_id, modify_time, modify_user_id) VALUES ('ced72ee34965400cbac80b8944fb9eda', '53936623a8bd451fb7f5fed09cb36fab', '销售合同', 84, NULL, 'Y', '2024-07-16 11:03:40', '1', '2024-07-16 11:03:40', '1');
|
||||||
|
|
||||||
|
INSERT INTO sys_application_database (id, app_id, source_code, source_name, source_type, source_ip, source_port, login_name, password, db_name, service_name, db_status, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) VALUES ('21a9e85a5dfc497a9fdd5b2e084b57ec', '53936623a8bd451fb7f5fed09cb36fab', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', 19, '1', '2024-07-16 10:17:56', '1', '2024-07-16 10:17:56', 'Y', NULL);
|
||||||
|
|
||||||
|
INSERT INTO sys_application_plugin (id, app_id, plugin_name, plugin_code, plugin_version, plugin_remark, release_date, plugin_status, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) VALUES ('9378e84eacb94edaafcc09f3469b37e1', '53936623a8bd451fb7f5fed09cb36fab', 'OA用户档案', 'MdmCustomerPlugin', '1.0', NULL, '2024-06-24 00:00:00', '1', 11, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL);
|
||||||
|
INSERT INTO sys_application_plugin (id, app_id, plugin_name, plugin_code, plugin_version, plugin_remark, release_date, plugin_status, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) VALUES ('98929ef5049f455db40fad55b7127b21', '53936623a8bd451fb7f5fed09cb36fab', 'OA付款单同步BIP', 'PayBillPlugin', '1', NULL, '2024-06-25 00:00:00', '1', 16, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL);
|
||||||
|
INSERT INTO sys_application_plugin (id, app_id, plugin_name, plugin_code, plugin_version, plugin_remark, release_date, plugin_status, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) VALUES ('a58d30d71f5943e9b114001ff36c69c3', '53936623a8bd451fb7f5fed09cb36fab', 'OA客户档案', 'MdmCustomerPlugin', '1.0', NULL, '2024-06-24 00:00:00', '1', 13, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL);
|
||||||
|
INSERT INTO sys_application_plugin (id, app_id, plugin_name, plugin_code, plugin_version, plugin_remark, release_date, plugin_status, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id) VALUES ('d2032b6aff7345b69553e6d0ca07c65c', '53936623a8bd451fb7f5fed09cb36fab', 'OA银行档案', 'MdmCustomerPlugin', '1.0', NULL, '2024-06-25 00:00:00', '1', 14, '1', '2024-07-16 10:15:14', '1', '2024-07-16 10:15:14', 'Y', NULL);
|
||||||
|
|
||||||
|
|
||||||
|
update sys_application_api set extension_api = '2' where extension_api is null;
|
||||||
|
update sys_application_api set return_success_field = 'status' where return_success_field is null;
|
||||||
|
update sys_application_api set return_success_value = '200' where return_success_value is null;
|
||||||
|
update sys_application_api set return_msg = 'msg' where return_msg is null;
|
||||||
|
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,112 @@
|
||||||
|
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('1', '0', '系统管理', 'systemSettings', 'icon-xitongguanli', '/systemSettings', 'Layout', NULL, '0', '1', 1, '1', '2024-04-02 09:35:56', '1', '2024-05-24 15:44:52', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('2', '1', '用户管理', 'userSettings', NULL, 'userSettings', 'ParentView', NULL, '0', '1', 2, '1', '2024-04-02 09:36:01', '1', '2024-06-29 14:20:29', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('3', '2', '角色管理', 'roleSettings', '-4989079828753399804', 'roleSettings', 'systemSettings/userSettings/roleSettings/index', NULL, '0', '1', 3, '1', '2024-04-02 09:36:04', '1', '2024-07-04 15:18:02', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('4c72e5216d744e0fb715d5d778db412b', '2', '人员管理', 'PersonnelSettings', '-7777602241705521719', 'PersonnelSettings', 'systemSettings/userSettings/PersonnelSettings/index', '1231231312312', '0', '1', 4, '1', '2024-04-02 10:10:35', '1', '2024-07-04 15:18:09', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('c05bc722e3664b428e24134965fe8dd3', '2', '用户信息', 'userInformation', '-8916277899496502779', 'userInformation', 'systemSettings/userSettings/userInformation/index', NULL, '0', '1', 5, '1', '2024-04-02 10:11:58', '1', '2024-07-04 15:18:22', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('4', '1', '组织机构', 'organization', '-217601803969409117', 'organization', 'systemSettings/organization/index', NULL, '0', '1', 6, '1', '2024-04-02 10:11:58', '1', '2024-07-04 15:21:05', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('5', '0', '系统维护', 'systemMaintenance', 'icon-danganduizhao', '/systemMaintenance', 'Layout', NULL, '0', '1', 6, '1', '2024-04-02 10:11:58', '1', '2024-05-24 16:03:46', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('6', '5', '菜单管理', 'menuManagement', '5050451005206776890', 'menuManagement', 'systemMaintenance/menuManagement', NULL, '0', '1', 7, '1', '2024-04-02 10:11:58', '1', '2024-07-04 15:19:39', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('7', '5', '按钮管理', 'buttonManagement', '-787759178487086889', 'buttonManagement', 'systemMaintenance/buttonManagement/index', NULL, '0', '1', 8, '1', '2024-04-02 10:11:58', '1', '2024-07-04 15:19:44', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('c008932b06e84ae5904e989af3d0fb07', '1', '权限管理', 'jurisdictionManage', NULL, 'jurisdictionManage', 'ParentView', NULL, '0', '1', 10, '1', '2024-04-03 14:07:29', '1', '2024-06-29 14:21:01', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('0e119cab23454d2ebf2442f0bf1a4f0b', 'c008932b06e84ae5904e989af3d0fb07', '用户权限', 'userJurisdiction', '-654050188193413581', 'userJurisdiction', 'systemSettings/jurisdictionManage/userJurisdiction/index', NULL, '0', '1', 11, '1', '2024-04-03 14:07:57', '1', '2024-07-04 15:18:42', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('11a0fd7c778a45fe9e02d0c0200dc179', 'c008932b06e84ae5904e989af3d0fb07', '角色权限', 'roleJurisdiction', '4668961960201636147', 'roleJurisdiction', 'systemSettings/jurisdictionManage/roleJurisdiction/index', NULL, '0', '1', 12, '1', '2024-04-07 09:05:00', '1', '2024-07-04 15:18:50', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('51928849267a463799cc4a336a6bee71', '0', '应用管理', 'applicationList', 'icon-caidan', '/applicationList', 'Layout', NULL, '0', '1', 13, '1', '2024-04-08 09:30:55', '1', '2024-04-08 10:44:58', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('84fd5cd21223416b942d5f79bcae5f35', '51928849267a463799cc4a336a6bee71', '应用中心', 'applicationListAdmin', '1416839922333927770', 'applicationListAdmin', 'applicationList/index', NULL, '0', '1', 14, '1', '2024-04-08 09:31:43', '1', '2024-07-04 10:27:40', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('822bbe0150ff46f982c0fa998f64f340', '51928849267a463799cc4a336a6bee71', '应用设置', 'settingMenu', '-2892170219507726319', 'settingMenu', 'applicationList/settingMenu', NULL, '1', '1', 15, '1', '2024-04-08 15:40:38', '1', '2024-07-04 10:28:33', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('3c979f6461ed42289a04e07daa85a16d', '51928849267a463799cc4a336a6bee71', '应用新增', 'applicationAdd', '1489911612727182633', 'applicationAdd', 'applicationList/applicationAdd', NULL, '1', '1', 16, '1', '2024-04-08 15:41:04', '1', '2024-07-04 10:28:38', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('46720575a73b46c8a883e3b890364c22', '0', '数据源管理', 'dataSourceManagement', 'icon-danganduizhao', '/dataSourceManagement', 'Layout', NULL, '0', '1', 17, '1', '2024-04-09 14:39:17', '1', '2024-05-24 15:45:44', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('0fd80aff8d9c4dd3810ca2d043c00ca3', '46720575a73b46c8a883e3b890364c22', '数据源管理', 'dataSourceManagements', '2319256122443123916', 'dataSourceManagement', 'dataSourceManagement/dataSourceManagement/index', NULL, '0', '1', 18, '1', '2024-04-09 14:40:04', '1', '2024-07-04 15:26:01', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('5f1182ffd4c1451291a211c4a820fb6b', '0', '集成任务管理', 'task', 'icon-renwuguanli', '/task', 'Layout', NULL, '0', '1', 22, '1', '2024-04-09 14:42:44', '1', '2024-05-24 15:46:00', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('9cf6a9fad9874da18c42f1c63c64ddbc', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务部署', 'taskAdmin', '-6034541283670537998', '/', 'intergrationTask/index', NULL, '0', '1', 23, '1', '2024-04-09 14:43:15', '1', '2024-07-04 15:25:50', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('5451b1c84bd84af6af44b45ced4340a9', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务日志', 'detailData', '4762289394461459349', 'logDetails', 'intergrationTask/detailData/index', NULL, '0', '1', 24, '1', '2024-04-09 14:43:43', '1', '2024-07-04 15:26:32', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('f5b3895011a54d45a3b9104e3fc28b8e', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务监控', 'taskMonitoring', '-130710338222210555', 'monitoring', 'intergrationTask/monitoring', NULL, '0', '1', 26, '1', '2024-04-09 14:44:48', '1', '2024-07-04 15:26:14', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('82a8abdab323409a8eba40d2753eb4ae', '5f1182ffd4c1451291a211c4a820fb6b', '集成任务日志明细', 'logDetails', '-1928639021275134342', 'taskLogDetails', 'intergrationTask/taskLogdetailData/index', NULL, '0', '1', 27, '1', '2024-04-09 14:45:15', '1', '2024-07-04 15:26:24', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('931a97a2ea33446d9c3f4e11130279de', '5f1182ffd4c1451291a211c4a820fb6b', '日志查看', 'taskLogsView', '2796025808914499623', 'logsview', 'intergrationTask/logsViewPage', NULL, '1', '1', 28, '1', '2024-04-09 14:45:46', '1', '2024-07-04 15:26:41', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('9521483e01d14e5aa06fd246da55d2c3', '5f1182ffd4c1451291a211c4a820fb6b', '任务设置', 'taskAdd', '8524855161201509039', 'add', 'intergrationTask/taskAdd', NULL, '1', '1', 29, '1', '2024-04-09 14:46:13', '1', '2024-07-04 15:26:48', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('16faf4e100fe482888af65d3ff5e11bc', '5f1182ffd4c1451291a211c4a820fb6b', '实例查看', 'taskLivingView', '5751831597941672974', 'livingview', 'intergrationTask/livingViewPage', NULL, '1', '1', 30, '1', '2024-04-09 14:46:50', '1', '2024-07-04 15:26:55', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('4fd2f714e1a14aedb1971f80fca8b0ce', '0', '集成任务', 'newIntegrationTask', 'icon-renwujicheng', '/newIntegrationTask', 'Layout', NULL, '0', '1', 31, '1', '2024-04-09 14:47:36', '1', '2024-05-24 15:46:20', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('504e6bc41ea6456f93e69f3be668e137', '4fd2f714e1a14aedb1971f80fca8b0ce', '插件参数设置', 'plugInOptions', '1653664976964371217', 'plugInOptions', 'newIntegrationTask/plugInOptions/index', NULL, '0', '1', 32, '1', '2024-04-09 14:48:03', '1', '2024-07-04 13:48:11', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('1d00e0acc81b4e5ab65b98d91e1d4dfc', '4fd2f714e1a14aedb1971f80fca8b0ce', '集成前台任务', 'foregroundTask', '1984791001939854535', 'foregroundTask', 'newIntegrationTask/foregroundTask/index', NULL, '0', '1', 33, '1', '2024-04-09 14:48:31', '1', '2024-07-04 13:48:25', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('fe7d099ecfd94593a13dc321218749cc', 'c008932b06e84ae5904e989af3d0fb07', '接口管理', 'apiAdmin', '1190466157960907823', 'apiAdmin', 'apiAdmin/index.vue', NULL, '0', '1', 35, '1', '2024-04-11 09:30:32', '1', '2024-07-04 15:19:03', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('973fa79b42e64c9e968e9a5b1295c486', '0', '主数据中心', '主数据中心', 'icon-zhushujuzhongxin', '/integrationOption', 'Layout', NULL, '0', '1', 38, '1', '2024-05-08 17:02:23', '1', '2024-05-08 17:02:23', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('55c2c82eb1ba458d84f666784d6a13a1', '973fa79b42e64c9e968e9a5b1295c486', '主数据配置', 'masterDataOptions', '4592551509526331675', 'masterDataOptions', 'masterDataOptions/index', NULL, '0', '1', 39, '1', '2024-05-08 17:02:57', '1', '2024-07-04 10:08:14', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('19074ffd21c04e6d9961a7daea7cff2e', '973fa79b42e64c9e968e9a5b1295c486', '主数据添加', 'masterDataAdd', '-1139483645151067587', 'masterDataAdd', 'masterDataOptions/masterDataAdd', NULL, '1', '1', 40, '1', '2024-05-08 17:03:27', '1', '2024-07-04 14:14:25', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('1035eb2fbba24caca0617d3dc11c1f09', '973fa79b42e64c9e968e9a5b1295c486', '主数据设置', 'masterDataSettingMenu', '8758144563624233695', 'settingMenu', 'masterDataOptions/settingMenu', NULL, '1', '1', 41, '1', '2024-05-08 17:03:55', '1', '2024-07-04 15:27:08', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('ea22757e99c144fb9ef381dd322e233c', '973fa79b42e64c9e968e9a5b1295c486', '基础档案主数据', 'integrationOptionV2', NULL, 'integrationOptionV2', 'ParentView', NULL, '0', '1', 43, '1', '2024-05-08 17:05:13', '1', '2024-05-29 15:54:06', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('310638bad6d34e33aa53878ffbbe6cbf', '0', '报表中心', 'reportCenter', 'icon-danganduizhao', '/reportCenter', 'Layout', NULL, '1', '1', 51, '1', '2024-05-21 14:44:22', '1', '2024-07-09 14:44:06', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('df191edd5b3b4b02849b175ecd9e33e2', '310638bad6d34e33aa53878ffbbe6cbf', '报表设计', 'reportDesign', '5195426072247356303', '/reportDesign', 'Layout', NULL, '1', '1', 52, '1', '2024-05-21 14:46:40', '1', '2024-07-09 10:02:04', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('273d68853e2643c58708dc23f0502ae6', '310638bad6d34e33aa53878ffbbe6cbf', '报表管理', 'reportManagement', '4976674742449292373', '/reportManagement', 'Layout', NULL, '1', '1', 53, '1', '2024-05-21 14:47:33', '1', '2024-07-09 10:02:09', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('868caa8058e94faf944fa86087eb56bf', '0', '档案对照', 'recordContrast', 'icon-danganduizhao', '/recordContrast', 'Layout', NULL, '0', '1', 69, '1', '2024-05-28 10:15:35', '1', '2024-05-28 10:22:08', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('314f900b3e1342f8a5544203021d3694', '868caa8058e94faf944fa86087eb56bf', '档案对照', 'recordContrastAdmin', '-218852364998393496', 'recordContrastAdmin', 'recordContrast/index', NULL, '0', '1', 70, '1', '2024-05-28 10:27:23', '1', '2024-07-04 14:35:20', 'Y', '0', '0', NULL, NULL);
|
||||||
|
INSERT INTO sys_menu_config (id, parent_menu_id, menu_name, menu_english_name, menu_icon, route, menu_page, remark, visibles, show_type, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id, options, form_id) VALUES ('9d60e91c80d741ae822f0b557da90435', '51928849267a463799cc4a336a6bee71', '接口日志', 'apiLogs', '4522505755255719521', 'apiLogs', 'apiLogs/index', NULL, '0', '1', 71, '1', '2024-05-29 09:36:49', '1', '2024-07-04 14:35:48', 'Y', '0', '0', NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO sys_organ (id, organ_name, organ_code, parent_organ_id, state, company, manager_id, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('1', '集团', 'hzya', '0', '0', '0', '1', '集团', 1, '1', '2024-04-02 08:35:49', '1', '2024-04-02 08:44:46', 'Y', NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO sys_person (id, organ_id, person_code, person_name, sex, mobile_phone, entry_time, email, degree_id, post_id, level_id, birth_day, tel_phone, hometown, id_card, address, leave_time, state, remark, dd_user_id, wx_user_id, head_image_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('1', '1', 'admin', 'admin', '1', 'admin', '2024-04-01 08:56:16', '999999999@qq.com', '3208c037f18711eea2cd00ffb4e96929', 'ad997865f18711eea2cd00ffb4e96929', 'feea3fd8f18711eea2cd00ffb4e96929', '2024-04-02 08:56:46', '18613130436', NULL, NULL, NULL, NULL, '0', NULL, NULL, NULL, NULL, 1, '1', '2024-04-02 08:57:21', '1', '2024-05-21 08:59:04', 'Y', NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO sys_popedom_home (id, object_id, home_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('991ecd73b3144fc889ef7562cef03dd9', '1', '1', '2', 1, '1', '2024-04-03 14:12:39', '1', '2024-04-03 14:12:39', 'Y', '0', '0');
|
||||||
|
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('725c58ff5d834feab8e463c36997696e', 'e51c982747354a93abc4020b13de6da5', '1', '2', 4695, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('b2bb7849bd7749efb73f20b4a4641cb6', 'e51c982747354a93abc4020b13de6da5', '2', '2', 4696, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('5cc5abb5b1e14d4b8a68fbb13dc1ca48', 'e51c982747354a93abc4020b13de6da5', '3', '2', 4697, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('96327954f2724353a16ddd30e0c60142', 'e51c982747354a93abc4020b13de6da5', '4c72e5216d744e0fb715d5d778db412b', '2', 4698, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('c15c9e20a3694a868800abb04d137609', 'e51c982747354a93abc4020b13de6da5', 'c05bc722e3664b428e24134965fe8dd3', '2', 4699, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('5c2c2f0b7341427a909ffb5a813249a6', 'e51c982747354a93abc4020b13de6da5', '51928849267a463799cc4a336a6bee71', '2', 4700, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('dc279c0eca4d4432ae10b13a5579b467', 'e51c982747354a93abc4020b13de6da5', '84fd5cd21223416b942d5f79bcae5f35', '2', 4701, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9555bce6d0994d2d87cb507473cb5ad6', 'e51c982747354a93abc4020b13de6da5', '822bbe0150ff46f982c0fa998f64f340', '2', 4702, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('a479909afebc44c2aab633c58e74b466', 'e51c982747354a93abc4020b13de6da5', '3c979f6461ed42289a04e07daa85a16d', '2', 4703, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('04af05f30e0c4deab15d097fbaf0a14c', 'e51c982747354a93abc4020b13de6da5', '973fa79b42e64c9e968e9a5b1295c486', '2', 4704, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('4eb04331916a43eb8b536717c6baf310', 'e51c982747354a93abc4020b13de6da5', 'ea22757e99c144fb9ef381dd322e233c', '2', 4705, '1', '2024-07-09 14:06:30', '1', '2024-07-09 14:06:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('2bf8443af272443db36943a4f6da225b', '67fc3991a633427ab26e13bf9ea35374', '1', '2', 4706, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('fa5439e803624182a3b09e50ad673b78', '67fc3991a633427ab26e13bf9ea35374', '2', '2', 4707, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('51cff72ef4aa47f3b972e6bee98db890', '67fc3991a633427ab26e13bf9ea35374', '3', '2', 4708, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('e93369f61f4c4a9db1fa040fe8a9f56c', '67fc3991a633427ab26e13bf9ea35374', '4c72e5216d744e0fb715d5d778db412b', '2', 4709, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('8f61a1ee8ba14357a518e7cb2eed8eec', '67fc3991a633427ab26e13bf9ea35374', 'c05bc722e3664b428e24134965fe8dd3', '2', 4710, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('735dd4e508104eb4b95acf07799dc96e', '67fc3991a633427ab26e13bf9ea35374', '4', '2', 4711, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('01dd0dd1c68148a08cead16bca42d4ed', '67fc3991a633427ab26e13bf9ea35374', 'c008932b06e84ae5904e989af3d0fb07', '2', 4712, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('de67e135b29644db9663f4d72534c60a', '67fc3991a633427ab26e13bf9ea35374', '0e119cab23454d2ebf2442f0bf1a4f0b', '2', 4713, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('a7f969a5269d4fe39ed20cd2f3efdf3f', '67fc3991a633427ab26e13bf9ea35374', '11a0fd7c778a45fe9e02d0c0200dc179', '2', 4714, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9b032f49712f46fc852032fddb348827', '67fc3991a633427ab26e13bf9ea35374', 'fe7d099ecfd94593a13dc321218749cc', '2', 4715, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('135d40b1f38f43499489b3881c9befb6', '67fc3991a633427ab26e13bf9ea35374', '5', '2', 4716, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ee9f4f5fb9974804abae0dc4d526660b', '67fc3991a633427ab26e13bf9ea35374', '6', '2', 4717, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('1a425bff16f64639bb57a9c895abf37c', '67fc3991a633427ab26e13bf9ea35374', '7', '2', 4718, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('25f1ac28de7b4054928c8cf88d2a5493', '67fc3991a633427ab26e13bf9ea35374', '51928849267a463799cc4a336a6bee71', '2', 4719, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('8a9e3c38004b417791666005ca82ab07', '67fc3991a633427ab26e13bf9ea35374', '84fd5cd21223416b942d5f79bcae5f35', '2', 4720, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('d35582e578524b15ba017ba29e50eda7', '67fc3991a633427ab26e13bf9ea35374', '822bbe0150ff46f982c0fa998f64f340', '2', 4721, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('29fd09b351c5435980e08cf766f5cbfc', '67fc3991a633427ab26e13bf9ea35374', '3c979f6461ed42289a04e07daa85a16d', '2', 4722, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('8ece8b7ef8144be3a5b76ea0d385e642', '67fc3991a633427ab26e13bf9ea35374', '9d60e91c80d741ae822f0b557da90435', '2', 4723, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('03c29b8f3e59467fa8eab197a60598dd', '67fc3991a633427ab26e13bf9ea35374', '5f1182ffd4c1451291a211c4a820fb6b', '2', 4724, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('02de83ccd4464d67ba9fecb04591d31e', '67fc3991a633427ab26e13bf9ea35374', '9cf6a9fad9874da18c42f1c63c64ddbc', '2', 4725, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('5e621ac317cb4c5bb2f8c3005abcf170', '67fc3991a633427ab26e13bf9ea35374', '5451b1c84bd84af6af44b45ced4340a9', '2', 4726, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9f9e505a05af4ff1bf5fa34600dd59e4', '67fc3991a633427ab26e13bf9ea35374', 'f5b3895011a54d45a3b9104e3fc28b8e', '2', 4727, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('7fdbcfb96a6a473f976a93be2f187d1e', '67fc3991a633427ab26e13bf9ea35374', '82a8abdab323409a8eba40d2753eb4ae', '2', 4728, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('d0346f1e56e446248496bb80c5996ffa', '67fc3991a633427ab26e13bf9ea35374', '931a97a2ea33446d9c3f4e11130279de', '2', 4729, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('76573856edf54b3c9b35ca079ceb2646', '67fc3991a633427ab26e13bf9ea35374', '9521483e01d14e5aa06fd246da55d2c3', '2', 4730, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ecf5886c493241afa23c7d796c12fcd7', '67fc3991a633427ab26e13bf9ea35374', '16faf4e100fe482888af65d3ff5e11bc', '2', 4731, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('cae45ee61fdd40838ca13cb830578e17', '67fc3991a633427ab26e13bf9ea35374', '4fd2f714e1a14aedb1971f80fca8b0ce', '2', 4732, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('5078c96bc7d442b193b3a9be50461826', '67fc3991a633427ab26e13bf9ea35374', '504e6bc41ea6456f93e69f3be668e137', '2', 4733, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('a301e41a882c4bdf9f08a11e4f8f759b', '67fc3991a633427ab26e13bf9ea35374', '1d00e0acc81b4e5ab65b98d91e1d4dfc', '2', 4734, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('b414508d874f452ab35ff49bedaed5e4', '67fc3991a633427ab26e13bf9ea35374', '973fa79b42e64c9e968e9a5b1295c486', '2', 4735, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('bd011567d5744aecbcbed58f99dd3444', '67fc3991a633427ab26e13bf9ea35374', '55c2c82eb1ba458d84f666784d6a13a1', '2', 4736, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('cdfd4e4a8fa741b88e9ce9fa7ffc5dbf', '67fc3991a633427ab26e13bf9ea35374', '19074ffd21c04e6d9961a7daea7cff2e', '2', 4737, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('3f4bbe976c4540fbb9fe3bebd6c787d9', '67fc3991a633427ab26e13bf9ea35374', '1035eb2fbba24caca0617d3dc11c1f09', '2', 4738, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('75b6a2fbe6f849ae936b301cf6a1df0b', '67fc3991a633427ab26e13bf9ea35374', 'ea22757e99c144fb9ef381dd322e233c', '2', 4739, '1', '2024-07-18 09:42:50', '1', '2024-07-18 09:42:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('62a692cfffa24e2282eb07261e2f93da', '67fc3991a633427ab26e13bf9ea35374', '310638bad6d34e33aa53878ffbbe6cbf', '2', 4741, '1', '2024-07-18 09:42:51', '1', '2024-07-18 09:42:51', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('067a1f32c3b4465a8282c03eb827a04e', '67fc3991a633427ab26e13bf9ea35374', 'df191edd5b3b4b02849b175ecd9e33e2', '2', 4742, '1', '2024-07-18 09:42:51', '1', '2024-07-18 09:42:51', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('155c2b1ceab64d2591749f9396bbab32', '67fc3991a633427ab26e13bf9ea35374', '273d68853e2643c58708dc23f0502ae6', '2', 4743, '1', '2024-07-18 09:42:51', '1', '2024-07-18 09:42:51', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('e9097ea0f3c044c5b21a24ce73c3cc01', '67fc3991a633427ab26e13bf9ea35374', '868caa8058e94faf944fa86087eb56bf', '2', 4744, '1', '2024-07-18 09:42:51', '1', '2024-07-18 09:42:51', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_popedom_menu (id, object_id, menu_id, kind_id, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('b2377030a5594f1f9439d13745ce135b', '67fc3991a633427ab26e13bf9ea35374', '314f900b3e1342f8a5544203021d3694', '2', 4745, '1', '2024-07-18 09:42:51', '1', '2024-07-18 09:42:51', 'Y', '0', '0');
|
||||||
|
|
||||||
|
|
||||||
|
INSERT INTO sys_role (id, role_code, role_name, description, enable_state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('67fc3991a633427ab26e13bf9ea35374', 'admin', '超级管理员', '超级管理员', '0', 8, '1', '2024-04-02 14:40:09', '1', '2024-07-09 11:44:45', 'Y', '0', '0');
|
||||||
|
|
||||||
|
INSERT INTO sys_user (id, person_id, login_code, password, salt, last_login_time, last_connection_time, last_login_ip, state, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('1', '1', 'admin', 'e1cd2194902c06412c64b66b898435ae', NULL, '2024-04-02 08:57:56', '2024-04-02 08:57:58', '127.0.0.1', '0', NULL, 1, '1', '2024-04-02 08:58:18', '1', '2024-06-05 10:13:12', 'Y', NULL, NULL);
|
||||||
|
|
||||||
|
INSERT INTO sys_user_company (id, user_id, user_company_id, remark, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('cd2ba22a0909428786602828ee8f282a', '1', '1', NULL, 7, '1', '2024-04-07 09:29:33', '1', '2024-04-07 09:29:33', 'Y', '0', '0');
|
||||||
|
|
||||||
|
INSERT INTO sys_user_roles (id, user_id, role_id, user_role_note, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('af4cc85ec274481586174d1dc05f0b3f', '1', '67fc3991a633427ab26e13bf9ea35374', NULL, 13, '1', '2024-04-07 09:29:33', '1', '2024-04-07 09:29:33', 'Y', '0', '0');
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,117 @@
|
||||||
|
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('3208c037f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '初中', '1', 1, NULL, '学历', '1', 1, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('31f07110f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '高中', '2', 1, NULL, '学历', '1', 2, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('31f5c482f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '中专', '3', 1, NULL, '学历', '1', 3, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('31f9e500f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '大专', '4', 1, NULL, '学历', '1', 4, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('3200d195f18711eea2cd00ffb4e96929', 'sys_person', 'degree_id', '大学', '5', 1, NULL, '学历', '1', 5, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ad997865f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '销售主管', '1', 1, NULL, '职务', '1', 7, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ad9ce962f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '总经理', '2', 1, NULL, '职务', '1', 8, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ada11492f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '副总', '3', 1, NULL, '职务', '1', 9, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ada57154f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '财务', '4', 1, NULL, '职务', '1', 10, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('adac5305f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '出纳', '5', 1, NULL, '职务', '1', 11, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('adb061abf18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '实施部总监', '6', 1, NULL, '职务', '1', 12, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('adb1f704f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '研发部总监', '7', 1, NULL, '职务', '1', 13, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('adb896c6f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '研发部经理', '8', 1, NULL, '职务', '1', 14, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('adbe2130f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '实施部经理', '9', 1, NULL, '职务', '1', 15, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('adc56199f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '项目经理', '10', 1, NULL, '职务', '1', 16, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('adcc44cbf18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '研发工程师', '11', 1, NULL, '职务', '1', 17, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('add20873f18711eea2cd00ffb4e96929', 'sys_person', 'post_id', '实施工程师', '12', 1, NULL, '职务', '1', 18, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('feea3fd8f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '资深顾问', '1', 1, NULL, '级别', '1', 19, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('feef8907f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '研发顾问', '2', 1, NULL, '级别', '1', 20, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('fef6a7bdf18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '实施顾问', '3', 1, NULL, '级别', '1', 21, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('fefa2b97f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '高级工程师', '4', 1, NULL, '级别', '1', 22, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ff010848f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '中级工程师', '5', 1, NULL, '级别', '1', 23, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_dictionaryshop (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ff082154f18711eea2cd00ffb4e96929', 'sys_person', 'level_id', '初级工程师', '6', 1, NULL, '级别', '1', 24, '1', '2024-04-03 14:34:51', '1', '2024-04-03 14:34:54', 'Y', '0', '0');
|
||||||
|
|
||||||
|
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('1', 'sys_product', 'classify', 'ERP', '1', 1, NULL, '产品分类', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('10', 'sys_product', 'classify', 'Portal', '10', 10, NULL, '产品分类', '1', 10, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('11', 'sys_product', 'classify', '其他', '11', 11, NULL, '产品分类', '1', 11, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('161a15e0c6c611edb70400ffb4e96929', 'sys_thirdparty_api', 'content_type', 'application/json', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('16201b7fc6c611edb70400ffb4e96929', 'sys_thirdparty_api', 'content_type', 'text/xml', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('2', 'sys_product', 'classify', 'HR', '2', 2, NULL, '产品分类', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('26db733b6d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '数字', 'BIGINT', 1, NULL, '主数据模版字段类型', '1', 1, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('26df45dd6d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '金额', 'DECIMAL', 2, NULL, '主数据模版字段类型', '1', 2, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('26e349516d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '字符串', 'VARCHAR', 3, NULL, '主数据模版字段类型', '1', 3, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('26e9e5266d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '日期', 'DATETIME', 4, NULL, '主数据模版字段类型', '1', 4, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('26f738af6d9711eea2cd00ffb4e96929', 'mdm', 'db_type', '统计', 'COUNT', 5, NULL, '主数据模版字段类型', '1', 5, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('3', 'sys_product', 'classify', 'PLM', '3', 3, NULL, '产品分类', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('4', 'sys_product', 'classify', 'PM', '4', 4, NULL, '产品分类', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('4c6bc9e76d6411eea2cd00ffb4e96929', 'mdm', 'mdm_type', '档案', '1', 1, NULL, '主数据模版类型', '1', 1, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('4dcd9927c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'UTF-8', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('4e24e7e5c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'GB2312', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('4e44f9d1c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'ISO-8859-1', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('4e4e4070c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'api_code', 'GBK', '4', 4, NULL, '数据类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('5', 'sys_product', 'classify', 'CRM', '5', 5, NULL, '产品分类', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('54bcb59979f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '数字', '1', 1, NULL, '主数据模版字段类型', '1', 1, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('54c510fc79f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '金额', '2', 2, NULL, '主数据模版字段类型', '1', 2, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('54c8e19c79f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '字符串', '3', 3, NULL, '主数据模版字段类型', '1', 3, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('54ce074679f511eea2cd00ffb4e96929', 'mdm', 'mdm_filed_type', '日期', '4', 4, NULL, '主数据模版字段类型', '1', 4, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('5b835d99cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'release_type', '应用发布', '1', 1, NULL, '发布类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('5b91686bcc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_agreement', 'HTTP', '1', 1, NULL, '接口访问协议', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6', 'sys_product', 'classify', 'FI', '6', 6, NULL, '产品分类', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('65d776cf29c911eea2cd00ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '认证接口', '5', 5, NULL, '参数类型', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6855f6d1c6c611edb70400ffb4e96929', 'sys_thirdparty_api', 'content_type', 'application/x-www-form-urlencoded', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('69dc998dcc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_agreement', 'HTTPS', '2', 2, NULL, '接口访问协议', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('69dec6f2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '导出接口', '1', 1, NULL, '接口应用类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('69e2d8e2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '取数接口', '2', 2, NULL, '接口应用类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('69ebc5cbcc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '认证接口', '3', 3, NULL, '接口应用类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('69f4086acc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'api_application_type', '页面跳转', '4', 4, NULL, '接口应用类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('69ff5424cc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'request_method', 'POST', '1', 1, NULL, '请求方法', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a04fcaacc7d11edb70400ffb4e96929', 'sys_thirdparty_api', 'request_method', 'GET', '2', 2, NULL, '请求方法', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a0d8f37cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '基本类型', '1', 1, NULL, '参数类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a161505cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '复杂类型', '2', 2, NULL, '参数类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a1f4998cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '基本列表', '3', 3, NULL, '参数类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a266f05cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'parameter_type', '复杂列表', '4', 4, NULL, '参数类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a2f5ed2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'String', '11', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a37791fcc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Int', '12', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a3fbd18cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Long', '13', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a44ab04cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Float', '14', 4, NULL, '数据类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a4e15adcc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Double', '15', 5, NULL, '数据类型', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a561db3cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type1', 'Boolean', '16', 6, NULL, '数据类型', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a5f1af4cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type2', 'Object', '21', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a66ab65cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type2', 'Map', '22', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a6b8c77cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'String', '31', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a708d38cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Int', '32', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a7615d7cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Long', '33', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a7e5d0acc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Float', '34', 4, NULL, '数据类型', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a850cdecc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Double', '35', 5, NULL, '数据类型', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a8ac778cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type3', 'Boolean', '36', 6, NULL, '数据类型', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6a97d8e2cc7d11edb70400ffb4e96929', 'sys_thirdparty_api_parameter', 'data_type4', 'Object', '41', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:48', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:48', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6c319282bbbc11edb70400ffb4e96929', 'sys_database', 'db_type', 'SqlServer', '1', 1, NULL, '数据库类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6c4259c7bbbc11edb70400ffb4e96929', 'sys_database', 'db_type', 'MySql', '2', 2, NULL, '数据库类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6c577cbdbbbc11edb70400ffb4e96929', 'sys_database', 'db_type', 'Oracle', '3', 3, NULL, '数据库类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6cab52fd253f11eeb21600ffb4e96929', 'sys_app_api', 'need_Login', '是', '1', 1, NULL, '是否需要登录', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('6caea36d253f11eeb21600ffb4e96929', 'sys_app_api', 'need_Login', '否', '2', 2, NULL, '是否需要登录', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('7', 'sys_product', 'classify', 'SCM', '7', 7, NULL, '产品分类', '1', 7, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('8', 'sys_product', 'classify', '电子商务', '8', 8, NULL, '产品分类', '1', 8, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('8db73e9ac6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'accept', 'application/json', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('8db91293c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'accept', 'application/xml', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('8dc223c7c6c711edb70400ffb4e96929', 'sys_thirdparty_api', 'accept', 'text/plain', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9', 'sys_product', 'classify', 'IM', '9', 9, NULL, '产品分类', '1', 9, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9a27f3de253f11eeb21600ffb4e96929', 'sys_app_api', 'parameter_passing_mode', 'query', '1', 1, NULL, '传参方式', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9a2c33b8253f11eeb21600ffb4e96929', 'sys_app_api', 'parameter_passing_mode', 'data', '2', 2, NULL, '传参方式', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9da8520d250c11eeb21600ffb4e96929', 'sys_app_api', 'body_in_type', 'Application/json', '1', 1, NULL, 'Body 入参类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9dab9607250c11eeb21600ffb4e96929', 'sys_app_api', 'request_coding', 'UTF-8', '1', 1, NULL, '请求编码', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9dacf9f7250c11eeb21600ffb4e96929', 'sys_app_api', 'service_access_protocol', 'HTTP', '1', 1, NULL, '服务接入协议', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:22', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9dae52e9250c11eeb21600ffb4e96929', 'sys_app_api', 'service_access_protocol', 'HTTPS', '2', 2, NULL, '服务接入协议', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:46', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9daf8856250c11eeb21600ffb4e96929', 'sys_app_api', 'request_method', 'POST', '1', 1, NULL, '请求方法', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9db0e08c250c11eeb21600ffb4e96929', 'sys_app_api', 'request_method', 'GET', '2', 2, NULL, '请求方法', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9db6328d250c11eeb21600ffb4e96929', 'sys_app_api', 'enable_access_entry', 'APP', '1', 1, NULL, '允许访问入口', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('9dbeaf2f250c11eeb21600ffb4e96929', 'sys_app_api', 'enable_access_entry', 'H5', '2', 2, NULL, '允许访问入口', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-27 16:51:47', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('b49733e86d6411eea2cd00ffb4e96929', 'mdm', 'mdm_type', '业务', '2', 2, NULL, '主数据模版类型', '1', 2, NULL, 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('f296b142bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC', '1', 1, NULL, '接入方式', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('f29ab72bbbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', '移动URL接入应用', '2', 2, NULL, '接入方式', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('f29f4a25bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', '本地H5应用', '3', 3, NULL, '接入方式', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('f2a842c1bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', '本地原生应用', '4', 4, NULL, '接入方式', '1', 4, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('f2ade517bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC&移动URL接入应用', '5', 5, NULL, '接入方式', '1', 5, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('f2b5a9d9bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC&本地H5应用', '6', 6, NULL, '接入方式', '1', 6, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('f2ba2745bbbc11edb70400ffb4e96929', 'sys_app', 'access_mode', 'PC&本地原生应用', '7', 7, NULL, '接入方式', '1', 7, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('fff2bdcec24111edb70400ffb4e96929', 'sys_version_parameter', 'date_type', '文本', '1', 1, NULL, '数据类型', '1', 1, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('fff83f4cc24111edb70400ffb4e96929', 'sys_version_parameter', 'date_type', '数字', '2', 2, NULL, '数据类型', '1', 2, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
INSERT INTO sys_dictionaryshop_new (id, tab_name, column_name, column_content, column_value, column_num_value, up_id, memo, used_sts, sorts, org_id, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES ('fffe9c23c24111edb70400ffb4e96929', 'sys_version_parameter', 'date_type', '密码', '3', 3, NULL, '数据类型', '1', 3, '1', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-03-06 09:02:36', 'Y');
|
||||||
|
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,205 @@
|
||||||
|
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('1', '查询按钮列表分页', 'sysButtonConfigService', 'queryEntityPage', '查询按钮列表分页', '0', 1, '1', '2024-04-09 10:22:06', '1', '2024-05-17 10:42:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('2', '查询按钮列表', 'sysButtonConfigService', 'queryEntity', '查询按钮列表', '0', 2, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('3', '保存按钮', 'sysButtonConfigService', 'saveEntity', '保存按钮', '0', 3, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('4', '获取按钮', 'sysButtonConfigService', 'getEntity', '获取按钮', '0', 4, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('5', '修改按钮', 'sysButtonConfigService', 'updateEntity', '修改按钮', '0', 5, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('6', '删除按钮', 'sysButtonConfigService', 'deleteEntity', '删除按钮', '0', 6, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('7', '查询数据字典列表分页', 'sysDictionaryshopService', 'queryEntityPage', '查询数据字典列表分页', '0', 7, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('8', '查询数据字典列表', 'sysDictionaryshopService', 'queryEntity', '查询数据字典列表', '0', 8, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9', '登录', 'loginService', 'doLogin', '登录', '0', 9, '1', '2024-04-09 11:03:02', '1', '2024-05-21 10:43:20', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('10', '根据用户id查询菜单树', 'sysMenuConfigService', 'queryTreeById', '根据用户id查询菜单树', '0', 10, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('11', '查询菜单树', 'sysMenuConfigService', 'queryEntityTree', '查询菜单树', '0', 11, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('12', '保存菜单', 'sysMenuConfigService', 'saveEntity', '保存菜单', '0', 12, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('13', '获取菜单', 'sysMenuConfigService', 'getEntity', '获取菜单', '0', 13, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('14', '修改菜单', 'sysMenuConfigService', 'updateEntity', '修改菜单', '0', 14, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('15', '删除菜单', 'sysMenuConfigService', 'deleteEntity', '删除菜单', '0', 15, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('16', '启用停用菜单', 'sysMenuConfigService', 'enableDisableEntity', '启用停用菜单', '0', 16, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('17', '查询组织树', 'sysOrganService', 'queryEntityTree', '查询组织树', '0', 17, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('18', '保存组织', 'sysOrganService', 'saveEntity', '保存组织', '0', 18, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('19', '获取组织', 'sysOrganService', 'getEntity', '获取组织', '0', 19, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('20', '修改组织', 'sysOrganService', 'updateEntity', '修改组织', '0', 20, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('21', '删除组织', 'sysOrganService', 'deleteEntity', '删除组织', '0', 21, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('22', '启用停用组织', 'sysOrganService', 'enableDisableEntity', '启用停用组织', '0', 22, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('23', '查询人员列表分页', 'sysPersonService', 'queryEntityPage', '查询人员列表分页', '0', 23, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('24', '查询人员列表', 'sysPersonService', 'queryEntity', '查询人员列表', '0', 24, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('25', '保存人员', 'sysPersonService', 'saveEntity', '保存人员', '0', 25, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('26', '获取人员', 'sysPersonService', 'getEntity', '获取人员', '0', 26, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('27', '修改人员', 'sysPersonService', 'updateEntity', '修改人员', '0', 27, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('28', '删除人员', 'sysPersonService', 'deleteEntity', '删除人员', '0', 28, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('29', '启用停用人员', 'sysPersonService', 'enableDisableEntity', '启用停用人员', '0', 29, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('30', '查询角色列表分页', 'sysRoleService', 'queryEntityPage', '查询角色列表分页', '0', 30, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('31', '查询角色列表', 'sysRoleService', 'queryEntity', '查询角色列表', '0', 31, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('32', '保存角色', 'sysRoleService', 'saveEntity', '保存角色', '0', 32, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('33', '获取角色', 'sysRoleService', 'getEntity', '获取角色', '0', 33, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('34', '修改角色', 'sysRoleService', 'updateEntity', '修改角色', '0', 34, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('35', '删除角色', 'sysRoleService', 'deleteEntity', '删除角色', '0', 35, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('36', '启用停用角色', 'sysRoleService', 'enableDisableEntity', '启用停用角色', '0', 36, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('37', '查询接口列表分页', 'sysInterfaceService', 'queryEntityPage', '查询接口列表分页', '0', 37, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('38', '查询接口列表', 'sysInterfaceService', 'queryEntity', '查询接口列表', '0', 38, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('39', '保存接口', 'sysInterfaceService', 'saveEntity', '保存接口', '0', 39, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('40', '获取接口', 'sysInterfaceService', 'getEntity', '获取接口', '0', 40, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('41', '修改接口', 'sysInterfaceService', 'updateEntity', '修改接口', '0', 41, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('42', '删除接口', 'sysInterfaceService', 'deleteEntity', '删除接口', '0', 42, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('43', '启用停用接口', 'sysInterfaceService', 'enableDisableEntity', '启用停用接口', '0', 43, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('44', '查询用户列表分页', 'sysUserService', 'queryEntityPage', '查询用户列表分页', '0', 44, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('45', '查询用户列表', 'sysUserService', 'queryEntity', '查询用户列表', '0', 45, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('46', '保存用户', 'sysUserService', 'saveEntity', '保存用户', '0', 46, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('47', '获取用户', 'sysUserService', 'getEntity', '获取用户', '0', 47, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('48', '修改用户', 'sysUserService', 'updateEntity', '修改用户', '0', 48, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('49', '删除用户', 'sysUserService', 'deleteEntity', '删除用户', '0', 49, '1', '2024-04-09 11:03:02', '1', '2024-04-15 09:05:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('50', '启用停用用户', 'sysUserService', 'enableDisableEntity', '启用停用用户', '0', 50, '1', '2024-04-11 09:55:51', '1', '2024-04-11 09:58:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('51', '重置密码', 'sysUserService', 'resetPassword', '重置密码', '0', 51, '1', '2024-04-09 10:22:06', '1', '2024-04-15 09:05:17', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('52', '权限查询', 'sysUserService', 'jurisdiction', '权限查询', '0', 52, '1', '2024-04-09 10:55:19', '1', '2024-04-15 09:06:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('53', '保存权限', 'sysUserService', 'saveJurisdiction', '保存权限', '0', 53, '1', '2024-04-09 11:02:40', '1', '2024-04-09 11:02:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('54', '查询配置的插件参数列表', 'sysPlugArgService', 'queryPlugArg', '查询配置的插件参数列表', '0', 54, '1', '2024-04-09 11:10:01', '1', '2024-04-03 12:59:48', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('55', '保存配置的插件参数列表', 'sysPlugArgService', 'savePlugArg', '保存配置的插件参数列表', '0', 55, '1', '2024-04-09 11:17:22', '1', '2024-03-28 14:56:39', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('56', '修改配置的插件参数列表', 'sysPlugArgService', 'updatePlugArg', '修改配置的插件参数列表', '0', 56, '1', '2024-04-09 11:24:43', '1', '2024-03-22 16:53:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('57', '删除配置的插件参数列表', 'sysPlugArgService', 'deletePlugArg', '删除配置的插件参数列表', '0', 57, '1', '2024-04-09 11:32:04', '1', '2024-03-16 18:50:21', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('58', '获取配置的插件参数列表', 'sysPlugArgService', 'getPlugArg', '获取配置的插件参数列表', '0', 58, '1', '2024-04-09 11:39:25', '1', '2024-03-10 20:47:12', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('59', '根据插件ID获取配置的插件参数列表', 'sysPlugArgService', 'getPlugArgByPlugId', '根据插件ID获取配置的插件参数列表', '0', 59, '1', '2024-04-09 11:46:46', '1', '2024-03-04 22:44:03', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('60', '查询集成前台任务列表', 'sysIntegratedForegroundTaskService', 'queryIntegratedForegroundTask', '查询集成前台任务列表', '0', 60, '1', '2024-04-09 11:54:07', '1', '2024-02-28 00:40:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('61', '保存集成前台任务', 'sysIntegratedForegroundTaskService', 'saveIntegratedForegroundTask', '保存集成前台任务', '0', 61, '1', '2024-04-09 12:01:28', '1', '2024-02-22 02:37:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('62', '修改集成前台任务', 'sysIntegratedForegroundTaskService', 'updateIntegratedForegroundTask', '修改集成前台任务', '0', 62, '1', '2024-04-09 12:08:49', '1', '2024-02-16 04:34:36', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('63', '删除集成前台任务', 'sysIntegratedForegroundTaskService', 'deleteIntegratedForegroundTask', '删除集成前台任务', '0', 63, '1', '2024-04-09 12:16:10', '1', '2024-02-10 06:31:27', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('64', '获取集成前台任务', 'sysIntegratedForegroundTaskService', 'getIntegratedForegroundTask', '获取集成前台任务', '0', 64, '1', '2024-04-09 12:23:31', '1', '2024-02-04 08:28:18', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('65', '查询所有插件数据', 'pluginService', 'queryPlugins', '查询所有插件数据', '0', 65, '1', '2024-04-09 12:30:52', '1', '2024-01-29 10:25:09', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('66', '根据插件类型查询插件数据', 'pluginService', 'queryPluginsByType', '根据插件类型查询插件数据', '0', 66, '1', '2024-04-09 12:38:13', '1', '2024-01-23 12:22:00', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('67', '根据插件ID查询插件数据', 'pluginService', 'queryPluginById', '根据插件ID查询插件数据', '0', 67, '1', '2024-04-09 12:45:34', '1', '2024-01-17 14:18:51', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('68', '根据插件ID执行相关业务逻辑方法', 'pluginService', 'executeBusinessPluginById', '根据插件ID执行相关业务逻辑方法', '0', 68, '1', '2024-04-09 12:52:55', '1', '2024-01-11 16:15:42', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('69', '查询数据字典', 'generalServiceImpl', 'selectDictionaryshop', '查询数据字典', '0', 69, '1', '2024-04-09 13:00:16', '1', '2024-01-05 18:12:33', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('70', '查询应用列表分页', 'sysApplicationService', 'queryApp', '查询应用列表分页', '0', 70, '1', '2024-04-09 13:07:37', '1', '2023-12-30 20:09:24', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('71', '创建应用保存接口', 'sysApplicationService', 'saveApp', '创建应用保存接口', '0', 71, '1', '2024-04-09 13:14:58', '1', '2023-12-24 22:06:15', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('72', '应用复制查询接口', 'sysApplicationService', 'getCopyApp', '应用复制查询接口', '0', 72, '1', '2024-04-09 13:22:19', '1', '2023-12-19 00:03:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('73', '应用复制接口保存接口', 'sysApplicationService', 'copyApp', '应用复制接口保存接口', '0', 73, '1', '2024-04-09 13:29:40', '1', '2023-12-13 01:59:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('74', '应用根据ID查询接口', 'sysApplicationService', 'getApp', '应用根据ID查询接口', '0', 74, '1', '2024-04-09 13:37:01', '1', '2023-12-07 03:56:48', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('75', '应用启用停用接口', 'sysApplicationService', 'enableOrDisableApp', '应用启用停用接口', '0', 75, '1', '2024-04-09 13:44:22', '1', '2023-12-01 05:53:39', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('76', '应用修改接口', 'sysApplicationService', 'updateApp', '应用修改接口', '0', 76, '1', '2024-04-09 13:51:43', '1', '2023-11-25 07:50:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('77', '数据源测试接口', 'sysApplicationService', 'testDatabase', '数据源测试接口', '0', 77, '1', '2024-04-09 13:59:04', '1', '2023-11-19 09:47:21', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('78', '应用目录查询接口', 'sysApplicationService', 'queryAppApiType', '应用目录查询接口', '0', 78, '1', '2024-04-09 14:06:25', '1', '2023-11-13 11:44:12', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('79', '应用目录保存接口', 'sysApplicationService', 'saveAppApiType', '应用目录保存接口', '0', 79, '1', '2024-04-09 14:13:46', '1', '2023-11-07 13:41:03', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('80', '应用目录修改接口', 'sysApplicationService', 'updateAppApiType', '应用目录修改接口', '0', 80, '1', '2024-04-09 14:21:07', '1', '2023-11-01 15:37:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('81', '应用目录删除接口', 'sysApplicationService', 'deleteAppApiType', '应用目录删除接口', '0', 81, '1', '2024-04-09 14:28:28', '1', '2023-10-26 17:34:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('82', '根据应用、目录、查询条件查询api接口', 'sysApplicationService', 'queryAppApi', '根据应用、目录、查询条件查询api接口', '0', 82, '1', '2024-04-09 14:35:49', '1', '2023-10-20 19:31:36', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('83', '查询应用api接口', 'sysApplicationService', 'getAppApi', '查询应用api接口', '0', 83, '1', '2024-04-09 14:43:10', '1', '2023-10-14 21:28:27', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('84', '查询调试参数接口', 'sysApplicationService', 'debugAppApi', '查询调试参数接口', '0', 84, '1', '2024-04-09 14:50:31', '1', '2023-10-08 23:25:18', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('85', '查询接口日志', 'sysApplicationService', 'queryAppApiLog', '查询接口日志', '0', 85, '1', '2024-04-09 14:57:52', '1', '2023-10-03 01:22:09', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('86', '共享保存接口', 'sysApplicationService', 'saveApiShare', '共享保存接口', '0', 86, '1', '2024-04-09 15:05:13', '1', '2023-09-27 03:19:00', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('87', 'api删除接口', 'sysApplicationService', 'deleteApi', 'api删除接口', '0', 87, '1', '2024-04-09 15:12:34', '1', '2023-09-21 05:15:51', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('88', 'api新增接口', 'sysApplicationService', 'saveApi', 'api新增接口', '0', 88, '1', '2024-04-09 15:19:55', '1', '2023-09-15 07:12:42', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('89', 'api修改接口', 'sysApplicationService', 'updateApi', 'api修改接口', '0', 89, '1', '2024-04-09 15:27:16', '1', '2023-09-09 09:09:33', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('90', '三方调用系统查询接口', 'sysApplicationService', 'queryAppApiAuth', '三方调用系统查询接口', '0', 90, '1', '2024-04-09 15:34:37', '1', '2023-09-03 11:06:24', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('91', '三方调用系统保存接口', 'sysApplicationService', 'saveAppApiAuth', '三方调用系统保存接口', '0', 91, '1', '2024-04-09 15:41:58', '1', '2023-08-28 13:03:15', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('92', 'api关联三方系统保存接口', 'sysApplicationService', 'saveAppApiAuthDetail', 'api关联三方系统保存接口', '0', 92, '1', '2024-04-09 15:49:19', '1', '2023-08-22 15:00:06', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('93', '查询api所有数据', 'sysApplicationService', 'queryAppAll', '查询api所有数据', '0', 93, '1', '2024-04-09 15:56:40', '1', '2023-08-16 16:56:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('94', '插件查询接口', 'sysApplicationService', 'queryAppPlugin', '插件查询接口', '0', 94, '1', '2024-04-09 16:04:01', '1', '2023-08-10 18:53:48', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('95', '插件修改接口', 'sysApplicationService', 'saveAppPlugin', '插件修改接口', '0', 95, '1', '2024-04-09 16:11:22', '1', '2023-08-04 20:50:39', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('96', '插件修改接口', 'sysApplicationService', 'updateAppPlugin', '插件修改接口', '0', 96, '1', '2024-04-09 16:18:43', '1', '2023-07-29 22:47:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('97', '插件删除接口', 'sysApplicationService', 'deleteAppPlugin', '插件删除接口', '0', 97, '1', '2024-04-09 16:26:04', '1', '2023-07-24 00:44:21', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('98', '获取插件接口', 'sysApplicationService', 'getAppPlugin', '获取插件接口', '0', 98, '1', '2024-04-09 16:33:25', '1', '2023-07-18 02:41:12', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('99', '插件启用停用接口', 'sysApplicationService', 'enableOrDisableAppPlugin', '插件启用停用接口', '0', 99, '1', '2024-04-09 16:40:46', '1', '2023-07-12 04:38:03', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('100', '应用接口启用停用接口', 'sysApplicationService', 'enableOrDisableAppApi', '应用接口启用停用接口', '0', 100, '1', '2024-04-09 16:48:07', '1', '2023-07-06 06:34:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('101', '应用数据源启用停用接口', 'sysApplicationService', 'enableOrDisableAppDatasource', '应用数据源启用停用接口', '0', 101, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('102', '调试接口', 'appApiService', 'debugApi', '调试接口', '0', 102, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('103', '获取用户模版数据', 'optionService', 'queryUserTemplate', '获取用户模版数据', '0', 103, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('104', '获取所有模版数据', 'optionService', 'queryAllTemplate', '获取所有模版数据', '0', 104, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('105', '获取模版所有字段', 'optionService', 'queryAllTemplateFields', '获取模版所有字段', '0', 105, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('106', '获取用户模版字段', 'optionService', 'queryUserTemplateFields', '获取用户模版字段', '0', 106, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('107', '获取用户模版按钮', 'optionService', 'queryUserTemplateButtons', '获取用户模版按钮', '0', 107, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('108', '获取模版下的数据(不分页)', 'optionService', 'queryAllData', '获取模版下的数据(不分页)', '0', 108, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('109', '获取模版下的数据(分页)', 'optionService', 'queryPageData', '获取模版下的数据(分页)', '0', 109, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('110', '添加模版以及模版类型数据结构', 'optionService', 'addTemplateAll', '添加模版以及模版类型数据结构', '0', 110, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('111', '获取模版对应service的某条数据', 'optionService', 'queryTemplateServiceData', '获取模版对应service的某条数据', '0', 111, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('112', '新增对应service的数据', 'optionService', 'addTemplateServiceData', '新增对应service的数据', '0', 112, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('113', '修改对应service的数据', 'optionService', 'updateTemplateServiceData', '修改对应service的数据', '0', 113, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('114', '删除对应service的数据', 'optionService', 'deleteTemplateServiceData', '删除对应service的数据', '0', 114, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('115', '查询数据(list 或者 分页)', 'optionService', 'queryTemplateData', '查询数据(list 或者 分页)', '0', 115, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('116', '查询数据(树结构)', 'optionService', 'queryTemplateTreeData', '查询数据(树结构)', '0', 116, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('117', '新增数据', 'optionService', 'addMasterData', '新增数据', '0', 117, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('118', '新增多数据', 'optionService', 'addMasterDataList', '新增多数据', '0', 118, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('119', '添加模版以及模版类型数据结构', 'optionService', 'testTemplateAll', '添加模版以及模版类型数据结构', '0', 119, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('120', '对照', 'optionService', 'controlData', '对照', '0', 120, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('121', '主数据列表查询接口分页', 'mdmService', 'queryMdmPage', '主数据列表查询接口分页', '0', 121, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('2989c8bb9714400a9e3a395f33edf691', '小程序应用表查询', 'AppService', 'getWrapper', '测试mybatis', '0', 121, '1', '2024-04-25 09:57:04', '1', '2024-04-25 09:57:04', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('122', '主数据列表查询接口列表', 'mdmService', 'queryMdmList', '主数据列表查询接口列表', '0', 122, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('5df72202229d4bf69b7974a8ec9b03bf', '查询应用', 'appServiceImpl', 'queryDemo', NULL, '0', 122, '1', '2024-04-29 15:45:00', '1', '2024-04-29 16:06:15', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('123', '主数据基本信息', 'mdmService', 'queryMdmModule', '主数据基本信息', '0', 123, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9dc3d6efdc114aa99a7e29cd9cd5fc15', '查询应用列表', 'sysApplicationService', 'queryEntity', '查询应用列表', '0', 123, '1', '2024-05-06 16:11:55', '1', '2024-05-06 16:11:55', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('124', '主数据基本信息保存', 'mdmService', 'doSaveMdmModule', '主数据基本信息保存', '0', 124, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('969dcbd163d0489998a6aed93fbf9d6a', '查询应用插件列表', 'sysApplicationPluginService', 'queryEntity', '查询应用插件列表', '0', 124, '1', '2024-05-06 16:12:15', '1', '2024-05-06 16:12:15', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('125', '主数据设置查询数据源', 'mdmService', 'queryMdmModuleDb', '主数据设置查询数据源', '0', 125, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('bb3de6cbb36f433ea67e41af02360a8a', '查询任务列表分页', 'integrationTaskService', 'queryEntityPage', '查询任务列表分页', '0', 125, '1', '2024-05-07 09:48:20', '1', '2024-05-07 09:48:20', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('126', '主数据设置查询数据源的服务', 'mdmService', 'queryMdmModuleServer', '主数据设置查询数据源的服务', '0', 126, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('19a723f1c0574ea6a2ed4b4f3f05b96e', '查询任务列表', 'integrationTaskService', 'queryEntity', '查询任务列表', '0', 126, '1', '2024-05-07 09:48:45', '1', '2024-05-07 09:48:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('127', '主数据设置查询数据源字段的服务', 'mdmService', 'queryMdmModuleServerFiled', '主数据设置查询数据源字段的服务', '0', 127, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('e6136d49423a4ff2bcc73e225de06922', '保存任务', 'integrationTaskService', 'saveEntity', '保存任务', '0', 127, '1', '2024-05-07 09:49:01', '1', '2024-05-07 09:49:01', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('128', '主数据设置查询主表字段', 'mdmService', 'queryMdmModuleServerMainFiled', '主数据设置查询主表字段', '0', 128, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('144d72d02ac4407aaba287cc2b4e9c94', '获取任务', 'integrationTaskService', 'getEntity', '获取任务', '0', 128, '1', '2024-05-07 09:49:18', '1', '2024-05-07 09:49:18', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('129', '主数据设置保存数据源', 'mdmService', 'saveMdmModuleDb', '主数据设置保存数据源', '0', 129, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('851c4f03412f454d9d1f85cd6c6c2259', '修改任务', 'integrationTaskService', 'updateEntity', '修改任务', '0', 129, '1', '2024-05-07 09:49:34', '1', '2024-05-07 09:49:34', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('130', '主数据设置查询显示信息', 'mdmService', 'queryMdmModuleView', '主数据设置查询显示信息', '0', 130, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9a86aae825a6476c836ae013d1ca139b', '删除任务', 'integrationTaskService', 'deleteEntity', '删除任务', '0', 130, '1', '2024-05-07 09:49:48', '1', '2024-05-07 09:49:48', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('131', '主数据设置修改显示信息', 'mdmService', 'doSaveMdmModuleView', '主数据设置修改显示信息', '0', 131, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('8137afb97e6848b59c3a7a482eed02d0', '启用停用任务', 'integrationTaskService', 'enableDisableEntity', '启用停用任务', '0', 131, '1', '2024-05-07 09:50:05', '1', '2024-05-07 09:50:05', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('132', '主数据设置查询权限配置', 'mdmService', 'queryMdmModuleRule', '主数据设置查询权限配置', '0', 132, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('8b83433c54ad4ab88caacfed08e48c4f', '查询任务实例列表分页', 'integrationTaskLivingService', 'queryEntityPage', '查询任务实例列表分页', '0', 132, '1', '2024-05-07 10:57:41', '1', '2024-05-07 10:57:41', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('133', '主数据设置保存权限配置', 'mdmService', 'doSaveMdmModuleRule', '主数据设置保存权限配置', '0', 133, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('451c63d99ed144cea18878a6539379e4', '查询任务日志列表分页', 'integrationTaskLogService', 'queryEntityPage', '查询任务日志列表分页', '0', 133, '1', '2024-05-07 10:58:00', '1', '2024-05-15 10:14:35', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('134', '主数据设置查询分发设置', 'mdmService', 'queryMdmModuleDistribute', '主数据设置查询分发设置', '0', 134, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('34c0191710334ba896989d8f6af41d52', '获取任务日志', 'integrationTaskLogService', 'getEntity', '获取任务日志', '0', 134, '1', '2024-05-08 16:20:49', '1', '2024-05-15 10:15:03', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('135', '主数据设置保存分发设置', 'mdmService', 'doSaveMdmModuleDistribute', '主数据设置保存分发设置', '0', 135, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('f2b0c44895ba40cca0dd0f85a8ee96a0', '获取任务实例', 'integrationTaskLivingService', 'getEntity', '获取任务实例', '0', 135, '1', '2024-05-08 16:21:08', '1', '2024-05-08 16:21:08', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('136', '主数据列表显示 树、查询条件、列表字段、按钮', 'mdmService', 'queryMdmShow', '主数据列表显示 树、查询条件、列表字段、按钮', '0', 136, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('137', '主数据查询所有字段', 'mdmService', 'queryMdmShowAll', '主数据查询所有字段', '0', 137, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('138', '查询模版数据', 'mdmService', 'queryTemplateData', '查询模版数据', '0', 138, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('139', '主数据列表显示 业务数据', 'mdmService', 'queryMdmShowData', '主数据列表显示 业务数据', '0', 139, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('140', '主数据业务数据', 'mdmService', 'queryMdmShowDistribute', '主数据业务数据', '0', 140, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('141', '主数据业务数据树结构', 'mdmService', 'queryMdmShowTreeData', '主数据业务数据树结构', '0', 141, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('142', '主数据业务数据树数据', 'mdmService', 'queryMdmOptionData', '主数据业务数据树数据', '0', 142, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('143', '主数据详情 区分类型 新增、修改、查看', 'mdmService', 'queryMdmShowDetails', '主数据详情 区分类型 新增、修改、查看', '0', 143, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('144', '主数据详情数据 区分类型 新增、修改、查看', 'mdmService', 'queryMdmShowDetailsData', '主数据详情数据 区分类型 新增、修改、查看', '0', 144, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('145', '主数据详情数据修改', 'mdmService', 'updateMdmShowDetailsData', '主数据详情数据修改', '0', 145, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('146', '主数据详情数据新增', 'mdmService', 'saveMdmShowDetailsData', '主数据详情数据新增', '0', 146, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('147', '主数据删除业务数据', 'mdmService', 'deleteMdmShowDetailsData', '主数据删除业务数据', '0', 147, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('148', '主数据处理分发数据', 'mdmService', 'doMdmDistribute', '主数据处理分发数据', '0', 148, '1', '2024-04-09 16:55:28', '1', '2023-06-30 08:31:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('8362f166ae9948beafd16c63768972a4', '数据源查询', 'sysDataSourceService', 'queryPage', '数据源查询', '0', 149, '1', '2024-05-13 11:17:01', '1', '2024-05-13 11:17:01', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('167e8870f7b84b5d94555f10014d8b8e', '数据源新增', 'sysDataSourceService', 'addEntity', '数据源新增', '0', 150, '1', '2024-05-13 11:25:33', '1', '2024-05-13 11:25:33', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('1c30ec9075ed4d71af86333c00b795bb', '修改数据源', 'sysDataSourceService', 'editEntity', '修改数据源', '0', 151, '1', '2024-05-13 11:28:14', '1', '2024-05-13 11:28:14', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('13e10620a6574addbd8e07e2af088684', '删除数据源', 'sysDataSourceService', 'deleteEntity', '删除数据源', '0', 152, '1', '2024-05-13 11:28:45', '1', '2024-05-13 11:28:45', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('67f3bafa57d94afa92bb56bffadc946f', '获取数据源', 'sysDataSourceService', 'queryEntity', '获取数据源', '0', 153, '1', '2024-05-13 11:29:16', '1', '2024-05-13 11:29:16', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('49f5a859828648f18738ba08192bff01', '首页异常日志', 'homeService', 'appErrorNum', '首页异常日志', '0', 154, '1', '2024-05-13 16:14:05', '1', '2024-05-13 16:14:05', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('5f246aac13a746d7b90ff691b785d155', '首页接口运行情况', 'homeService', 'appApiNum', '首页接口运行情况', '0', 155, '1', '2024-05-13 16:14:30', '1', '2024-05-13 16:14:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('fa9084830bc648839455c04b1602f9e2', '首页任务运行情况', 'homeService', 'taskNum', '首页任务运行情况', '0', 156, '1', '2024-05-13 16:14:54', '1', '2024-05-13 16:14:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('0797fecc12614587bd87575eefe5c583', '首页数据接入', 'homeService', 'sevenNum', '首页数据接入', '0', 157, '1', '2024-05-13 16:15:14', '1', '2024-05-13 16:15:14', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('e768febaa23b4c7094bb595f4e5b9cb1', '查询应用api列表', 'sysApplicationApiService', 'queryEntity', '查询应用api列表', '0', 158, '1', '2024-05-14 16:58:30', '1', '2024-05-14 16:58:30', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('430c31e9d2ef44e790eaaefe3b29d999', '日志功能测试', 'integrationTaskLivingDetailsService', 'testLog', NULL, '0', 159, '1', '2024-05-15 15:02:52', '1', '2024-05-15 15:02:52', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('fc2d958b759a4dfea5a2522f7497aa9a', '分页查询集成任务日志明细', 'integrationTaskLivingDetailsService', 'queryPage', '分页查询集成任务日志明细', '0', 160, '1', '2024-05-16 11:18:46', '1', '2024-05-16 11:18:46', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('abba8f24fe4e461e90c407a777b7a3bf', '获取集成任务日志明细', 'integrationTaskLivingDetailsService', 'queryEntity', '获取集成任务日志明细', '0', 161, '1', '2024-05-16 11:19:09', '1', '2024-05-16 11:19:09', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('1ee6b37f4ab1486a8707a45180598615', '集成任务日志明细批量推送', 'integrationTaskLivingDetailsService', 'batchPush', '集成任务日志明细批量推送', '0', 162, '1', '2024-05-16 11:19:42', '1', '2024-05-16 11:19:42', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('6651bbe8919a46c4a7cc958f60a86f16', '集成任务日志明细重新推送', 'integrationTaskLivingDetailsService', 'repush', '集成任务日志明细重新推送', '0', 163, '1', '2024-05-16 11:20:08', '1', '2024-05-16 11:20:08', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('ee68d9a9df3d4f409a622cbc87185326', '集成任务日志明细手工处理', 'integrationTaskLivingDetailsService', 'manualProcessing', '集成任务日志明细手工处理', '0', 164, '1', '2024-05-16 11:20:33', '1', '2024-05-16 11:20:33', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('dfe5389ad5b84a1c9ee43d4348ad29d3', '集成任务日志明细删除', 'integrationTaskLivingDetailsService', 'deleteEntity', '集成任务日志明细删除', '0', 165, '1', '2024-05-16 11:20:58', '1', '2024-05-16 11:20:58', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('a03ec723c8164286abd26b67e775715c', '获取用户菜单按钮', 'sysButtonConfigService', 'getUserButton', NULL, '0', 166, '1', '2024-05-16 14:13:19', '1', '2024-05-16 14:13:19', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('77f51f10041a4334b3ad4f2dbfc048d6', '查询应用插件列表和api', 'sysApplicationService', 'queryPlugAndApi', NULL, '0', 167, '1', '2024-05-16 14:13:53', '1', '2024-05-16 14:13:53', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('c1c12567d813423593a3523fdab7000d', 'groovy执行脚本', 'groovyIntegrationService', 'groovyScriptExecution', 'groovy执行脚本', '0', 168, '1', '2024-05-16 13:12:56', '1', '2024-05-16 13:12:56', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('f0c91a270bbd42b0bd2575eeba327f90', '查询报表分类树', 'reportClassifyService', 'queryEntityTree', '查询报表分类树', '0', 169, '1', '2024-05-21 16:40:07', '1', '2024-05-21 16:40:52', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('c4ab68b30321484ab1f710284c6e76fa', '保存报表分类', 'reportClassifyService', 'saveEntity', '保存报表分类', '0', 170, '1', '2024-05-21 16:40:39', '1', '2024-05-21 16:40:39', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9681159fa0114c57b678907c4ac99894', '获取报表分类', 'reportClassifyService', 'getEntity', '获取报表分类', '0', 171, '1', '2024-05-21 16:42:10', '1', '2024-05-21 16:42:10', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('bb715450cbf247d990fdd8d74068277f', '修改报表分类', 'reportClassifyService', 'updateEntity', '修改报表分类', '0', 172, '1', '2024-05-21 16:42:37', '1', '2024-05-21 16:42:37', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('0ca7dc7ebab64407b045785c7fce2dc1', '删除报表分类', 'reportClassifyService', 'deleteEntity', '删除报表分类', '0', 173, '1', '2024-05-21 16:42:57', '1', '2024-05-21 16:42:57', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('67a3b788649249f0b567d0ba328700d7', '查询报表管理列表分页', 'reportManageService', 'queryEntityPage', '查询报表管理列表分页', '0', 174, '1', '2024-05-21 16:45:48', '1', '2024-05-21 16:45:48', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('fffd8a61e1cf4336bf157b5257e33978', '查询报表管理列表', 'reportManageService', 'queryEntity', '查询报表管理列表', '0', 175, '1', '2024-05-21 16:46:07', '1', '2024-05-21 16:46:07', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('d8152a56838f4cb99798d737ac0c8b66', '保存报表管理', 'reportManageService', 'saveEntity', '保存报表管理', '0', 176, '1', '2024-05-21 16:46:25', '1', '2024-05-21 16:46:25', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('04b56cf991114d06931a65f48f38cebc', '查询未配置的报表', 'reportManageService', 'queryReport', '查询未配置的报表', '0', 177, '1', '2024-05-21 16:46:40', '1', '2024-05-21 16:46:40', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('f9a3503bfbc04910a9087a884607c85c', '查询单个报表', 'reportManageService', 'queryReportEntity', '查询单个报表', '0', 178, '1', '2024-05-21 16:46:54', '1', '2024-05-21 16:46:54', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('d5b636e1fa99449fae1c2b53747ebd11', '获取报表管理', 'reportManageService', 'getEntity', '获取报表管理', '0', 179, '1', '2024-05-21 16:47:08', '1', '2024-05-21 16:47:08', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('946ecfec68ac4668906410013c65b6cc', '修改报表管理', 'reportManageService', 'updateEntity', '修改报表管理', '0', 180, '1', '2024-05-21 16:47:22', '1', '2024-05-21 16:47:22', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('00e0a6e632674d6db2d92aca31ff4f41', '删除报表管理', 'reportManageService', 'deleteEntity', '删除报表管理', '0', 181, '1', '2024-05-21 16:47:35', '1', '2024-05-21 16:47:35', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('f839a76ac2964901b5b2327bb59d51d2', '启用停用报表管理', 'reportManageService', 'enableDisableEntity', '启用停用报表管理', '0', 182, '1', '2024-05-21 16:47:50', '1', '2024-05-21 16:47:50', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('9aaf70c8a3c048d882c83a1a0f2efc08', '报表管理权限查询', 'reportManageService', 'jurisdiction', '报表管理权限查询', '0', 183, '1', '2024-05-21 16:48:04', '1', '2024-05-21 16:48:04', 'Y', '0', '0');
|
||||||
|
INSERT INTO sys_interface (id, name, bean_name, interface_name, remark, state, sorts, create_user_id, create_time, modify_user_id, modify_time, sts, org_id, company_id) VALUES ('b025b0059ae842f18ba11a88cbbaa817', '保存报表管理权限查询', 'reportManageService', 'saveJurisdiction', '保存报表管理权限查询', '0', 184, '1', '2024-05-21 16:48:18', '1', '2024-05-21 16:48:18', 'Y', '0', '0');
|
||||||
|
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,174 @@
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-9028591701143699270, '微信图片_20230711162235.png', '-1716870149000049659', 'image/png', 2042683, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-1716870149000049659', '1', '2024-05-20 10:24:37', '1', '2024-05-20 10:24:37', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8963657365933964266, 'WX20231104-111803.png', '-3725885543519271992', 'image/png', 670741, '附件备注', '/home/webservice/zt/file/application/2023-11-13/-3725885543519271992', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:41', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:41', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8916277899496502779, '用户信息.png', '-2774151408323049069', 'image/png', 18646, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-2774151408323049069', '1', '2024-07-04 15:18:22', '1', '2024-07-04 15:18:22', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8900206555643821885, '用户.png', '-6418779846063341546', 'image/png', 16864, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-6418779846063341546', '1', '2024-07-04 10:08:41', '1', '2024-07-04 10:08:41', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8889765684097759906, '测.png', '5475249368892589950', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/5475249368892589950', '1', '2024-05-20 10:25:55', '1', '2024-05-20 10:25:55', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8756235826150290747, 'pexels-eberhard-grossgasteiger-2310713.jpg', '2014412763827030442', 'image/jpeg', 5144923, '附件备注', '/home/webservice/zt/file/application/2024-07-01/2014412763827030442', '1', '2024-07-01 11:00:44', '1', '2024-07-01 11:00:44', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8553083975233485954, '集成任务日志明细.png', '-2364009076014690548', 'image/png', 15862, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-2364009076014690548', '1', '2024-07-04 13:37:58', '1', '2024-07-04 13:37:58', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8431973904171840168, 'tx.jpeg', '-1914210030975759885', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-1914210030975759885', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:29:31', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:29:31', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8312733178249851794, '角色管理.png', '2100416206383891796', 'image/png', 26813, '附件备注', '/home/webservice/zt/file/application/2024-07-04/2100416206383891796', '1', '2024-07-04 09:53:32', '1', '2024-07-04 09:53:32', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8066173198245605756, '测.png', '-427709981150330669', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-427709981150330669', '1', '2024-05-20 10:25:44', '1', '2024-05-20 10:25:44', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8012295301722192918, 'letTopBirthday.png', '-8472250700410960934', 'image/png', 31541, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-8472250700410960934', '1', '2024-07-01 17:10:50', '1', '2024-07-01 17:10:50', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-8011365417535846898, '1697783154483.jpg', '-296442655966605720', 'image/jpeg', 11566, '附件备注', '/home/webservice/zt/file/application/2023-10-20/-296442655966605720', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:28:24', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:28:24', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-7777602241705521719, '人员管理.png', '-1451414582448599151', 'image/png', 21607, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-1451414582448599151', '1', '2024-07-04 15:18:09', '1', '2024-07-04 15:18:09', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-7421991978796695038, '数智中台.png', '3828144160056557733', 'image/png', 14687, '附件备注', '/home/webservice/zt/file/application/2024-05-17/3828144160056557733', '1', '2024-05-17 09:16:59', '1', '2024-05-17 09:16:59', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-7394899086042182241, '测.png', '-4165217650929611535', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-4165217650929611535', '1', '2024-05-20 10:26:46', '1', '2024-05-20 10:26:46', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-7320046872123126758, '角色权限.png', '-52160981938060209', 'image/png', 24757, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-52160981938060209', '1', '2024-07-04 09:53:16', '1', '2024-07-04 09:53:16', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-7067687854120678697, '人员管理.png', '3012910374587154744', 'image/png', 21156, '附件备注', '/home/webservice/zt/file/application/2024-07-04/3012910374587154744', '1', '2024-07-04 09:54:03', '1', '2024-07-04 09:54:03', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6728207138358804350, '项目.png', '8145367269517640483', 'image/png', 15064, '附件备注', '/home/webservice/zt/file/application/2024-07-04/8145367269517640483', '1', '2024-07-04 14:52:53', '1', '2024-07-04 14:52:53', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6607636247925469458, '客户.png', '2795693969328197275', 'image/png', 22203, '附件备注', '/home/webservice/zt/file/application/2024-07-04/2795693969328197275', '1', '2024-07-04 10:08:33', '1', '2024-07-04 10:08:33', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6595842760771877276, 'WX20231104-111803.png', '-970824487384693464', 'image/png', 670741, '附件备注', '/home/webservice/zt/file/application/2023-11-13/-970824487384693464', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:04', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-11-13 10:22:04', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6582407112425845183, '1717571713476.jpg', '7028702057226059936', 'image/jpeg', 310875, '附件备注', '/home/webservice/zt/file/application/2024-06-05/7028702057226059936', '1', '2024-06-05 15:15:20', '1', '2024-06-05 15:15:20', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6507264941533674649, 'tx.jpeg', '-5712054625108407266', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/-5712054625108407266', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:08', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6466003369385636582, 'Snipaste_2024-07-09_15-10-51.png', '-8581923183000072403', 'image/png', 6467, '附件备注', '/home/webservice/zt/file/application/2024-07-09/-8581923183000072403', '1', '2024-07-09 15:16:07', '1', '2024-07-09 15:16:07', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6373865527333796779, 'u=2438281177,2644384516&fm=253&fmt=auto&app=138&f=JPEG.webp', '-5628704025443218317', 'image/webp', 4672, '附件备注', '/home/webservice/zt/file/application/2024-06-26/-5628704025443218317', '1', '2024-06-26 10:32:12', '1', '2024-06-26 10:32:12', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6278215835028403882, '人员.png', '-640210498345284795', 'image/png', 15719, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-640210498345284795', '1', '2024-07-04 14:52:44', '1', '2024-07-04 14:52:44', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6129791830182441528, '按钮管理.png', '8115743323225670013', 'image/png', 19656, '附件备注', '/home/webservice/zt/file/application/2024-07-04/8115743323225670013', '1', '2024-07-04 09:52:00', '1', '2024-07-04 09:52:00', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-6034541283670537998, '集成任务部署.png', '-8426188338952584688', 'image/png', 15741, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-8426188338952584688', '1', '2024-07-04 15:25:49', '1', '2024-07-04 15:25:49', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5974215045453627195, 'pexels-fabian-wiktor-994605.jpg', '-668056775135639306', 'image/jpeg', 1316625, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-668056775135639306', '1', '2024-07-01 11:01:34', '1', '2024-07-01 11:01:34', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5887282136279333393, '1697783154483.jpg', '-3943840455457160993', 'image/jpeg', 11566, '附件备注', '/home/webservice/zt/file/application/2023-10-20/-3943840455457160993', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:29:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:29:10', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5757129693515397700, '语雀.png', '-4440574505564680542', 'image/png', 1608, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-4440574505564680542', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:41:54', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:41:54', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5527727900472816367, '任务设置.png', '-8355486178452354475', 'image/png', 19825, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-8355486178452354475', '1', '2024-07-04 13:38:56', '1', '2024-07-04 13:38:56', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5478656885444426000, '测.png', '9216496142087900603', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/9216496142087900603', '1', '2024-05-20 10:30:15', '1', '2024-05-20 10:30:15', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5456979310443085760, '1.png', '-5629423210967973314', 'image/png', 29, '附件备注', '/home/webservice/zt/file/application/2024-03-27/-5629423210967973314', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5343279879697907238, '接口日志.png', '-4644571152424745044', 'image/png', 13037, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-4644571152424745044', '1', '2024-07-04 10:28:44', '1', '2024-07-04 10:28:44', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5299758930842399762, 'pexels-fabian-wiktor-994605.jpg', '1940059209781167304', 'image/jpeg', 1316625, '附件备注', '/home/webservice/zt/file/application/2024-07-01/1940059209781167304', '1', '2024-07-01 11:13:52', '1', '2024-07-01 11:13:52', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5166190851147346438, '纷享销客.png', '-7156947303782136161', 'image/png', 34866, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-7156947303782136161', '1', '2024-05-17 09:17:38', '1', '2024-05-17 09:17:38', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-5137982092052510973, 'pexels-roberto-nickson-2775196.jpg', '-669305003264161029', 'image/jpeg', 1727046, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-669305003264161029', '1', '2024-07-01 11:12:25', '1', '2024-07-01 11:12:25', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4989079828753399804, '角色管理.png', '8419739852180245021', 'image/png', 20694, '附件备注', '/home/webservice/zt/file/application/2024-07-04/8419739852180245021', '1', '2024-07-04 15:18:01', '1', '2024-07-04 15:18:01', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4756804544105066674, '分贝通.jpg', '8814351165973218085', 'image/jpeg', 78328, '附件备注', '/home/webservice/zt/file/application/2024-05-17/8814351165973218085', '1', '2024-05-17 09:38:24', '1', '2024-05-17 09:38:24', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4732483675668853459, '供应商.png', '-3785761746158793332', 'image/png', 12518, '附件备注', '/home/webservice/zt/file/application/2024-07-10/-3785761746158793332', '1', '2024-07-10 14:31:15', '1', '2024-07-10 14:31:15', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4566907239285701244, '组织机构.png', '-1122033172705621084', 'image/png', 13778, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-1122033172705621084', '1', '2024-07-04 09:54:53', '1', '2024-07-04 09:54:53', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4458116979128777160, 'pexels-eberhard-grossgasteiger-844297.jpg', '-7272840290138766214', 'image/jpeg', 298662, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-7272840290138766214', '1', '2024-07-01 11:59:14', '1', '2024-07-01 11:59:14', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4330406226434243593, '旺店通.png', '3230899200607290', 'image/png', 142583, '附件备注', '/home/webservice/zt/file/application/2024-05-17/3230899200607290', '1', '2024-05-17 09:17:11', '1', '2024-05-17 09:17:11', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4201216971048270045, '新建文本文档.txt', '-7497692394140712841', 'text/plain', 10, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-7497692394140712841', '1', '2024-05-20 10:32:08', '1', '2024-05-20 10:32:08', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-4113861618581551165, '测试主数据流程.png', '5246194158391411612', 'image/png', 17126, '附件备注', '/home/webservice/zt/file/application/2024-07-04/5246194158391411612', '1', '2024-07-04 14:53:21', '1', '2024-07-04 14:53:21', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-3913227078508002174, '1697783463064.jpg', '726403430987089148', 'image/jpeg', 7608, '附件备注', '/home/webservice/zt/file/application/2023-10-20/726403430987089148', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:31:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:31:14', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-3835611835756755777, '菜单管理.png', '1092920638884826314', 'image/png', 25797, '附件备注', '/home/webservice/zt/file/application/2024-07-04/1092920638884826314', '1', '2024-07-04 09:52:09', '1', '2024-07-04 09:52:09', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-3682007984364762734, '易快报.png', '-1687821855290013893', 'image/png', 9316, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-1687821855290013893', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:27:33', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:27:33', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-3653692370669975482, 'u9c.png', '5074599907065088244', 'image/png', 26517, '附件备注', '/home/webservice/zt/file/application/2024-05-17/5074599907065088244', '1', '2024-05-17 09:16:41', '1', '2024-05-17 09:16:41', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-3625825383614953252, '默认.png', '5419375121386523660', 'image/png', 20465, '附件备注', '/home/webservice/zt/file/application/2024-07-10/5419375121386523660', '1', '2024-07-10 14:36:41', '1', '2024-07-10 14:36:41', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-3496079048736816178, '用户信息.png', '3472585969436215272', 'image/png', 21446, '附件备注', '/home/webservice/zt/file/application/2024-07-04/3472585969436215272', '1', '2024-07-04 09:54:33', '1', '2024-07-04 09:54:33', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-3263750539482020551, '1717571657986.jpg', '-8005932721886834908', 'image/jpeg', 503652, '附件备注', '/home/webservice/zt/file/application/2024-06-05/-8005932721886834908', '1', '2024-06-05 15:14:34', '1', '2024-06-05 15:14:34', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-2892170219507726319, '应用设置.png', '2283810935985881862', 'image/png', 21691, '附件备注', '/home/webservice/zt/file/application/2024-07-04/2283810935985881862', '1', '2024-07-04 10:28:32', '1', '2024-07-04 10:28:32', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-2791696793814544641, '睿本云.png', '4476877312536300547', 'image/png', 39326, '附件备注', '/home/webservice/zt/file/application/2024-05-17/4476877312536300547', '1', '2024-05-17 09:17:26', '1', '2024-05-17 09:17:26', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-2770901934018247648, 'u8c.png', '-6592553237622337728', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-6592553237622337728', '1', '2024-05-17 09:16:01', '1', '2024-05-17 09:16:01', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-2556750216458186827, '测.png', '-6714644604595976629', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-26/-6714644604595976629', '1', '2024-06-26 10:07:57', '1', '2024-06-26 10:07:57', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-2436451624467804496, '客商.jpg', '-119471733111697860', 'image/jpeg', 12915, '附件备注', '/home/webservice/zt/file/application/2024-05-24/-119471733111697860', '1', '2024-05-24 16:09:47', '1', '2024-05-24 16:09:47', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-2088125651074531013, 'BIP.png', '-1594220300384581522', 'image/png', 21917, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-1594220300384581522', '1', '2024-05-17 09:18:06', '1', '2024-05-17 09:18:06', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-1928639021275134342, '集成任务日志明细.png', '-4005225956238079331', 'image/png', 15268, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-4005225956238079331', '1', '2024-07-04 15:26:24', '1', '2024-07-04 15:26:24', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-1770258138146518279, '嵌入式测试.png', '-88050533563873915', 'image/png', 14357, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-88050533563873915', '1', '2024-07-04 14:22:54', '1', '2024-07-04 14:22:54', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-1324082385383109713, '嵌入式测试.png', '-3845715421485052852', 'image/png', 14357, '附件备注', '/home/webservice/zt/file/application/2024-07-11/-3845715421485052852', '1', '2024-07-11 10:53:43', '1', '2024-07-11 10:53:43', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-1139483645151067587, '主数据添加.png', '-2085606626465659504', 'image/png', 23919, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-2085606626465659504', '1', '2024-07-04 14:14:24', '1', '2024-07-04 14:14:24', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-1118673166822191856, '物料.png', '-207844348485220630', 'image/png', 22080, '附件备注', '/home/webservice/zt/file/application/2024-07-10/-207844348485220630', '1', '2024-07-10 14:32:26', '1', '2024-07-10 14:32:26', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-1076010215913273792, 'pexels-roberto-nickson-2775196.jpg', '4987091290111886933', 'image/jpeg', 1727046, '附件备注', '/home/webservice/zt/file/application/2024-07-01/4987091290111886933', '1', '2024-07-01 11:03:01', '1', '2024-07-01 11:03:01', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-787759178487086889, '按钮管理.png', '-6175055388505324178', 'image/png', 21006, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-6175055388505324178', '1', '2024-07-04 15:19:44', '1', '2024-07-04 15:19:44', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-654050188193413581, '用户权限.png', '7926771025882270793', 'image/png', 23329, '附件备注', '/home/webservice/zt/file/application/2024-07-04/7926771025882270793', '1', '2024-07-04 15:18:42', '1', '2024-07-04 15:18:42', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-605338786563866516, 'u8c.png', '6088569020579138832', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/6088569020579138832', '1', '2024-05-17 09:15:49', '1', '2024-05-17 09:15:49', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-592021584887266284, '编组 8@3x.png', '206877511978143434', 'image/png', 283378, '附件备注', '/home/webservice/zt/file/application/2024-07-02/206877511978143434', '1', '2024-07-02 08:52:52', '1', '2024-07-02 08:52:52', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-586432939425052127, 'pexels-eberhard-grossgasteiger-1287145.jpg', '-7268134389189688655', 'image/jpeg', 953481, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-7268134389189688655', '1', '2024-07-01 11:14:58', '1', '2024-07-01 11:14:58', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-496039402364975700, '组织.png', '-6639378294277779487', 'image/png', 14317, '附件备注', '/home/webservice/zt/file/application/2024-07-10/-6639378294277779487', '1', '2024-07-10 14:33:35', '1', '2024-07-10 14:33:35', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-452046766420308580, 'pexels-eberhard-grossgasteiger-2310713.jpg', '-3342528751098838316', 'image/jpeg', 5144923, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-3342528751098838316', '1', '2024-07-01 13:35:03', '1', '2024-07-01 13:35:03', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-396865107734346228, '测.png', '-5841977586663537412', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-28/-5841977586663537412', '1', '2024-06-28 08:46:45', '1', '2024-06-28 08:46:45', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-311440057193706651, 'u8c.png', '-175837317162318917', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-175837317162318917', '1', '2024-05-17 09:16:27', '1', '2024-05-17 09:16:27', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-256048490069013451, '客户.png', '-1413356341772926549', 'image/png', 22203, '附件备注', '/home/webservice/zt/file/application/2024-07-10/-1413356341772926549', '1', '2024-07-10 14:36:07', '1', '2024-07-10 14:36:07', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-218852364998393496, '档案对照.png', '-5239416137150086877', 'image/png', 17074, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-5239416137150086877', '1', '2024-07-04 14:35:19', '1', '2024-07-04 14:35:19', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-217601803969409117, '组织架构.png', '2615087964314355790', 'image/png', 14859, '附件备注', '/home/webservice/zt/file/application/2024-07-04/2615087964314355790', '1', '2024-07-04 15:21:04', '1', '2024-07-04 15:21:04', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-130710338222210555, '集成任务监控.png', '-642100284308175949', 'image/png', 17311, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-642100284308175949', '1', '2024-07-04 15:26:13', '1', '2024-07-04 15:26:13', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-104895094851416098, 'pexels-roberto-nickson-2486168.jpg', '-6528710020401378692', 'image/jpeg', 2228699, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-6528710020401378692', '1', '2024-07-01 11:17:14', '1', '2024-07-01 11:17:14', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (-23762477068892867, 'pexels-eberhard-grossgasteiger-2310713.jpg', '1887691187866390295', 'image/jpeg', 5144923, '附件备注', '/home/webservice/zt/file/application/2024-07-01/1887691187866390295', '1', '2024-07-01 11:16:49', '1', '2024-07-01 11:16:49', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (51421024809862282, '新建文本文档.txt', '-3559500444872913435', 'text/plain', 10, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-3559500444872913435', '1', '2024-05-20 10:32:14', '1', '2024-05-20 10:32:14', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (80494007427286948, '组织.png', '-3855787336361358079', 'image/png', 16469, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-3855787336361358079', '1', '2024-07-04 10:08:25', '1', '2024-07-04 10:08:25', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (113065279343643259, 'pexels-eberhard-grossgasteiger-1287145.jpg', '-8007064973513571327', 'image/jpeg', 953481, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-8007064973513571327', '1', '2024-07-01 13:37:02', '1', '2024-07-01 13:37:02', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (316171623001442208, 'u8.png', '51758439817233568', 'image/png', 37617, '附件备注', '/home/webservice/zt/file/application/2024-05-17/51758439817233568', '1', '2024-05-17 09:15:31', '1', '2024-05-17 09:15:31', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (384099124612581402, 'u8.png', '1157177815754557805', 'image/png', 37617, '附件备注', '/home/webservice/zt/file/application/2024-05-17/1157177815754557805', '1', '2024-05-17 09:18:59', '1', '2024-05-17 09:18:59', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (483094675965299036, '组织架构.png', '-4868482990672296199', 'image/png', 14706, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-4868482990672296199', '1', '2024-07-04 15:18:32', '1', '2024-07-04 15:18:32', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (585183321051058164, '下载.jpg', '-7426058657191015796', 'image/jpeg', 14357, '附件备注', '/home/webservice/zt/file/application/2024-07-11/-7426058657191015796', '1', '2024-07-11 11:47:35', '1', '2024-07-11 11:47:35', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (790653339325384787, '测.png', '7150824231487686427', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-26/7150824231487686427', '1', '2024-06-26 10:05:28', '1', '2024-06-26 10:05:28', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (851194943910595937, '测试.png', '-8373000739556342523', 'image/png', 435, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-8373000739556342523', '1', '2024-05-20 10:24:31', '1', '2024-05-20 10:24:31', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (935306198684419921, 'pexels-eberhard-grossgasteiger-2310713.jpg', '-7053889315781587330', 'image/jpeg', 5144923, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-7053889315781587330', '1', '2024-07-01 14:06:40', '1', '2024-07-01 14:06:40', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1038311790626883068, '用2023.3安.jpg', '-5273136513605416681', 'image/jpeg', 5608, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-5273136513605416681', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:32:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:32:19', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1190466157960907823, '接口管理.png', '4310063781161028584', 'image/png', 20661, '附件备注', '/home/webservice/zt/file/application/2024-07-04/4310063781161028584', '1', '2024-07-04 15:19:02', '1', '2024-07-04 15:19:02', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1211613279442322103, '编组 12.png', '8263462477668240702', 'image/png', 1150, '附件备注', '/home/webservice/zt/file/application/2024-07-01/8263462477668240702', '1', '2024-07-01 10:49:14', '1', '2024-07-01 10:49:14', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1268606159526445274, '项目.png', '-3983599542944116961', 'image/png', 13453, '附件备注', '/home/webservice/zt/file/application/2024-07-10/-3983599542944116961', '1', '2024-07-10 14:24:05', '1', '2024-07-10 14:24:05', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1344702842992873024, '泛微.png', '2609175243117053637', 'image/png', 9497, '附件备注', '/home/webservice/zt/file/application/2024-05-17/2609175243117053637', '1', '2024-05-17 09:28:17', '1', '2024-05-17 09:28:17', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1416839922333927770, '应用中心.png', '8827306738818894509', 'image/png', 20041, '附件备注', '/home/webservice/zt/file/application/2024-07-04/8827306738818894509', '1', '2024-07-04 10:27:40', '1', '2024-07-04 10:27:40', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1433178867571509494, 'pexels-eberhard-grossgasteiger-844297.jpg', '1372886289454155944', 'image/jpeg', 298662, '附件备注', '/home/webservice/zt/file/application/2024-07-01/1372886289454155944', '1', '2024-07-01 10:55:05', '1', '2024-07-01 10:55:05', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1489911612727182633, '应用新增.png', '-6352244617326411397', 'image/png', 14515, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-6352244617326411397', '1', '2024-07-04 10:28:38', '1', '2024-07-04 10:28:38', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1520611631173028937, 'sprites.png', '-8714158213481413665', 'image/png', 1176, '附件备注', '/home/webservice/zt/file/application/2023-10-23/-8714158213481413665', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 08:53:50', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-23 08:53:50', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1653664976964371217, '插件参数设置.png', '3984910514252630080', 'image/png', 17091, '附件备注', '/home/webservice/zt/file/application/2024-07-04/3984910514252630080', '1', '2024-07-04 13:48:11', '1', '2024-07-04 13:48:11', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1656714501669669824, '回归测试.png', '5156596843063889431', 'image/png', 23274, '附件备注', '/home/webservice/zt/file/application/2024-07-04/5156596843063889431', '1', '2024-07-04 14:52:16', '1', '2024-07-04 14:52:16', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1873053712371958801, '编组 12.png', '5259351102608131414', 'image/png', 1150, '附件备注', '/home/webservice/zt/file/application/2024-07-01/5259351102608131414', '1', '2024-07-01 11:24:38', '1', '2024-07-01 11:24:38', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1919757549827541330, '编组 12.png', '-7969723862143712802', 'image/png', 1150, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-7969723862143712802', '1', '2024-07-01 10:45:19', '1', '2024-07-01 10:45:19', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (1984791001939854535, '集成前台任务.png', '999994740825935034', 'image/png', 15488, '附件备注', '/home/webservice/zt/file/application/2024-07-04/999994740825935034', '1', '2024-07-04 13:48:25', '1', '2024-07-04 13:48:25', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2014494600032504324, '测.png', '5128861755641449876', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-29/5128861755641449876', '1', '2024-06-29 15:31:36', '1', '2024-06-29 15:31:36', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2026229842966498083, '1a19f51133a8a1b394936b08d895bba.png', '-3706180044146390552', 'image/png', 15191, '附件备注', '/home/webservice/zt/file/application/2023-10-19/-3706180044146390552', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 10:58:08', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 10:58:08', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2043867787885429109, '日志查看.png', '-4480854615516100533', 'image/png', 14841, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-4480854615516100533', '1', '2024-07-04 13:38:06', '1', '2024-07-04 13:38:06', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2074980835702424704, '猪猪.png', '-7754546600097726212', 'image/png', 27764, '附件备注', '/home/webservice/zt/file/application/2024-07-08/-7754546600097726212', '1', '2024-07-08 11:13:42', '1', '2024-07-08 11:13:42', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2319256122443123916, '数据源管理.png', '2150687353120114936', 'image/png', 22337, '附件备注', '/home/webservice/zt/file/application/2024-07-04/2150687353120114936', '1', '2024-07-04 15:26:00', '1', '2024-07-04 15:26:00', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2456335005338717571, '测.png', '-6664218145329298783', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-26/-6664218145329298783', '1', '2024-06-26 10:04:15', '1', '2024-06-26 10:04:15', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2619305377956185190, '致远OA.jpg', '7630964215511075727', 'image/jpeg', 8988, '附件备注', '/home/webservice/zt/file/application/2024-05-17/7630964215511075727', '1', '2024-05-17 09:36:02', '1', '2024-05-17 09:36:02', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2796025808914499623, '日志查看.png', '7098797396712440266', 'image/png', 14550, '附件备注', '/home/webservice/zt/file/application/2024-07-04/7098797396712440266', '1', '2024-07-04 15:26:41', '1', '2024-07-04 15:26:41', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2854025192590689151, 'ff4b7f9f8b016c23ea3129b94f904e7.png', '5978752186723224101', 'image/png', 4551, '附件备注', '/home/webservice/zt/file/application/2023-10-19/5978752186723224101', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:58:03', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-19 16:58:03', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (2960241180358232576, 'tx.jpeg', '-1482495030406919475', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/-1482495030406919475', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:12', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:12', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (3031902632443857509, 'tx.jpeg', '5626192002274903919', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/5626192002274903919', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:14', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:14', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (3305719400944912240, 'tx.jpeg', '3725999151632566879', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/3725999151632566879', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:16', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:16', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (3352266141073952132, 'pexels-eberhard-grossgasteiger-1287145.jpg', '6199167536969829466', 'image/jpeg', 953481, '附件备注', '/home/webservice/zt/file/application/2024-07-01/6199167536969829466', '1', '2024-07-01 11:23:01', '1', '2024-07-01 11:23:01', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (3355665211076595348, 'Mac_book_pro_retina057.jpg', '-5664172055087267082', 'image/jpeg', 283014, '附件备注', '/home/webservice/zt/file/application/2024-04-16/-5664172055087267082', '1', '2024-04-16 16:11:56', '1', '2024-04-16 16:11:56', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (3386068725253425374, '人员类别.png', '7043191546178322567', 'image/png', 14945, '附件备注', '/home/webservice/zt/file/application/2024-07-10/7043191546178322567', '1', '2024-07-10 14:31:01', '1', '2024-07-10 14:31:01', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (3704207675478198964, '用户.png', '7336824837028069956', 'image/png', 15312, '附件备注', '/home/webservice/zt/file/application/2024-07-10/7336824837028069956', '1', '2024-07-10 14:25:45', '1', '2024-07-10 14:25:45', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (3776529331652349515, '用户权限.png', '-5173005685258237815', 'image/png', 22218, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-5173005685258237815', '1', '2024-07-04 09:52:52', '1', '2024-07-04 09:52:52', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4004423913990212002, 'fileUpload.jpg', '2494477193097530312', 'image/jpeg', 15191, '附件备注', '/home/webservice/zt/file/application/2023-10-20/2494477193097530312', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 09:12:42', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 09:12:42', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4037219818581150989, '致远OA.jpg', '-3061200708149097767', 'image/jpeg', 8988, '附件备注', '/home/webservice/zt/file/application/2024-06-05/-3061200708149097767', '1', '2024-06-05 08:38:30', '1', '2024-06-05 08:38:30', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4263122186875913919, '默认.png', '1102900828067742638', 'image/png', 20465, '附件备注', '/home/webservice/zt/file/application/2024-07-10/1102900828067742638', '1', '2024-07-10 10:14:17', '1', '2024-07-10 10:14:17', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4522505755255719521, '接口日志.png', '5371770180671653471', 'image/png', 13037, '附件备注', '/home/webservice/zt/file/application/2024-07-04/5371770180671653471', '1', '2024-07-04 14:35:47', '1', '2024-07-04 14:35:47', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4530106129966909860, '用户信息.png', '2357481932805851692', 'image/png', 21446, '附件备注', '/home/webservice/zt/file/application/2024-07-04/2357481932805851692', '1', '2024-07-04 09:54:13', '1', '2024-07-04 09:54:13', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4532749125029939003, 'pexels-eberhard-grossgasteiger-844297.jpg', '-8756343341826553075', 'image/jpeg', 298662, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-8756343341826553075', '1', '2024-07-01 10:46:55', '1', '2024-07-01 10:46:55', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4574520644566598568, '易快报.png', '6575908398763363032', 'image/png', 9316, '附件备注', '/home/webservice/zt/file/application/2023-10-10/6575908398763363032', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:42:10', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:42:10', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4592551509526331675, '主数据配置.png', '-5502398679874452149', 'image/png', 28363, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-5502398679874452149', '1', '2024-07-04 10:08:14', '1', '2024-07-04 10:08:14', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4634259854812987666, '三沟玉.jpg', '-7145038435772117347', 'image/jpeg', 78880, '附件备注', '/home/webservice/zt/file/application/2024-07-06/-7145038435772117347', '1', '2024-07-06 10:26:16', '1', '2024-07-06 10:26:16', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4668961960201636147, '角色权限.png', '1149850936933567312', 'image/png', 26067, '附件备注', '/home/webservice/zt/file/application/2024-07-04/1149850936933567312', '1', '2024-07-04 15:18:50', '1', '2024-07-04 15:18:50', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4669607202011956490, '实例设置.png', '7680088709163599504', 'image/png', 13517, '附件备注', '/home/webservice/zt/file/application/2024-07-04/7680088709163599504', '1', '2024-07-04 13:38:25', '1', '2024-07-04 13:38:25', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4762289394461459349, '集成任务日志.png', '-2878813149287724413', 'image/png', 13266, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-2878813149287724413', '1', '2024-07-04 15:26:31', '1', '2024-07-04 15:26:31', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4803849883327348906, '猪猪.png', '7755279661180341268', 'image/png', 27764, '附件备注', '/home/webservice/zt/file/application/2024-07-09/7755279661180341268', '1', '2024-07-09 13:55:32', '1', '2024-07-09 13:55:32', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (4976674742449292373, '报表管理.png', '8476663753019901558', 'image/png', 21472, '附件备注', '/home/webservice/zt/file/application/2024-07-04/8476663753019901558', '1', '2024-07-04 14:35:11', '1', '2024-07-04 14:35:11', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5027950255690039374, '测试数据.png', '-3753313862787841185', 'image/png', 25656, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-3753313862787841185', '1', '2024-07-04 14:52:28', '1', '2024-07-04 14:52:28', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5047882909174286574, '集成任务监控.png', '-3095722558781438612', 'image/png', 18035, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-3095722558781438612', '1', '2024-07-04 13:37:47', '1', '2024-07-04 13:37:47', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5050451005206776890, '菜单管理.png', '7306688232075447264', 'image/png', 17503, '附件备注', '/home/webservice/zt/file/application/2024-07-04/7306688232075447264', '1', '2024-07-04 15:19:39', '1', '2024-07-04 15:19:39', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5074544054751215762, 'pexels-fabian-wiktor-994605.jpg', '841918374953634973', 'image/jpeg', 1316625, '附件备注', '/home/webservice/zt/file/application/2024-07-01/841918374953634973', '1', '2024-07-01 10:55:37', '1', '2024-07-01 10:55:37', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5129879884394350576, '测.png', '-6509779234786226955', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-26/-6509779234786226955', '1', '2024-06-26 10:05:19', '1', '2024-06-26 10:05:19', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5142338633471905620, 'NC.png', '-5289204886154950250', 'image/png', 7668, '附件备注', '/home/webservice/zt/file/application/2024-05-17/-5289204886154950250', '1', '2024-05-17 09:27:37', '1', '2024-05-17 09:27:37', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5195426072247356303, '报表设计.png', '3677499744533106646', 'image/png', 20047, '附件备注', '/home/webservice/zt/file/application/2024-07-04/3677499744533106646', '1', '2024-07-04 14:35:04', '1', '2024-07-04 14:35:04', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5403510979233269121, '主数据设置.png', '6574029982317760230', 'image/png', 31264, '附件备注', '/home/webservice/zt/file/application/2024-07-04/6574029982317760230', '1', '2024-07-04 14:14:31', '1', '2024-07-04 14:14:31', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5686392025372116661, 'pexels-roberto-nickson-2486168.jpg', '-4729522311480194410', 'image/jpeg', 2228699, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-4729522311480194410', '1', '2024-07-01 13:45:22', '1', '2024-07-01 13:45:22', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5751831597941672974, '实例设置.png', '-7127311104547533699', 'image/png', 13469, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-7127311104547533699', '1', '2024-07-04 15:26:55', '1', '2024-07-04 15:26:55', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5914803768364845971, 'u8c.png', '4331229442998815074', 'image/png', 11896, '附件备注', '/home/webservice/zt/file/application/2024-05-17/4331229442998815074', '1', '2024-05-17 09:16:16', '1', '2024-05-17 09:16:16', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (5997255158250751685, '用2023.3安.jpg', '-5859446095843079623', 'image/jpeg', 5608, '附件备注', '/home/webservice/zt/file/application/2023-10-10/-5859446095843079623', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:36:36', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-10 17:36:36', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (6094564824165073547, 'pexels-anna-shvets-4014919.jpg', '-1800526270189450335', 'image/jpeg', 7651403, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-1800526270189450335', '1', '2024-07-01 11:15:44', '1', '2024-07-01 11:15:44', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (6490136550576572206, '测.png', '6918491157023770463', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-05-20/6918491157023770463', '1', '2024-05-20 10:26:54', '1', '2024-05-20 10:26:54', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (6828266762709060720, 'wallhaven-zyyx1o.jpg', '-7857684712925803121', 'image/jpeg', 1983161, '附件备注', '/home/webservice/zt/file/application/2024-06-26/-7857684712925803121', '1', '2024-06-26 10:32:23', '1', '2024-06-26 10:32:23', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7071306410796534357, '编组 12.png', '1996438419554322214', 'image/png', 1150, '附件备注', '/home/webservice/zt/file/application/2024-07-01/1996438419554322214', '1', '2024-07-01 10:48:52', '1', '2024-07-01 10:48:52', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7142431720611400502, '测.png', '7952620694161214147', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-28/7952620694161214147', '1', '2024-06-28 08:46:04', '1', '2024-06-28 08:46:04', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7357228942477903797, 'tx.jpeg', '-8693392110144044983', 'image/jpeg', 104597, '附件备注', '/home/webservice/zt/file/application/2023-10-11/-8693392110144044983', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:19', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-11 08:54:19', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7525879408276949278, 'u8.png', '-5382183502186459798', 'image/png', 37617, '附件备注', '/home/webservice/zt/file/application/2024-05-24/-5382183502186459798', '1', '2024-05-24 15:52:56', '1', '2024-05-24 15:52:56', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7529968682391846914, '集成任务日志.png', '6898957599079219276', 'image/png', 13478, '附件备注', '/home/webservice/zt/file/application/2024-07-04/6898957599079219276', '1', '2024-07-04 13:37:23', '1', '2024-07-04 13:37:23', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7534574221705429264, '测试数据.png', '-4514426643943832871', 'image/png', 25656, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-4514426643943832871', '1', '2024-07-04 14:52:36', '1', '2024-07-04 14:52:36', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7571797593682821659, 'pexels-eberhard-grossgasteiger-2310713.jpg', '8110979977858402619', 'image/jpeg', 5144923, '附件备注', '/home/webservice/zt/file/application/2024-07-01/8110979977858402619', '1', '2024-07-01 13:36:35', '1', '2024-07-01 13:36:35', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (7637327874047952172, 'pexels-ton-souza-18277105.jpg', '5815918067128682437', 'image/jpeg', 3617890, '附件备注', '/home/webservice/zt/file/application/2024-07-01/5815918067128682437', '1', '2024-07-01 11:09:40', '1', '2024-07-01 11:09:40', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8301502017841088650, '编组 12.png', '-2300433603847172694', 'image/png', 1150, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-2300433603847172694', '1', '2024-07-01 11:24:52', '1', '2024-07-01 11:24:52', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8314701644286479302, 'Mac_book_pro_retina057.jpg', '-8854157616912970516', 'image/jpeg', 283014, '附件备注', '/home/webservice/zt/file/application/2024-06-24/-8854157616912970516', '1', '2024-06-24 15:04:11', '1', '2024-06-24 15:04:11', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8346215197184182399, '测.png', '-2613091494048478646', 'image/png', 1075043, '附件备注', '/home/webservice/zt/file/application/2024-06-26/-2613091494048478646', '1', '2024-06-26 10:05:38', '1', '2024-06-26 10:05:38', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8406482051474801134, 'pexels-fabian-wiktor-994605.jpg', '533002448480587288', 'image/jpeg', 1316625, '附件备注', '/home/webservice/zt/file/application/2024-07-01/533002448480587288', '1', '2024-07-01 14:06:54', '1', '2024-07-01 14:06:54', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8480953296824125937, 'pexels-anna-shvets-4014919.jpg', '-3871336515871487105', 'image/jpeg', 7651403, '附件备注', '/home/webservice/zt/file/application/2024-07-01/-3871336515871487105', '1', '2024-07-01 11:18:00', '1', '2024-07-01 11:18:00', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8524855161201509039, '任务设置.png', '6728387801157355295', 'image/png', 19023, '附件备注', '/home/webservice/zt/file/application/2024-07-04/6728387801157355295', '1', '2024-07-04 15:26:48', '1', '2024-07-04 15:26:48', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8591890020185818789, '银行.png', '3834073199518436713', 'image/png', 18134, '附件备注', '/home/webservice/zt/file/application/2024-07-10/3834073199518436713', '1', '2024-07-10 14:35:48', '1', '2024-07-10 14:35:48', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8673999735704338432, '银行.png', '-8004696806321401902', 'image/png', 18134, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-8004696806321401902', '1', '2024-07-04 14:53:05', '1', '2024-07-04 14:53:05', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8674400091786530616, '优时ERP.png', '5582075243135519568', 'image/png', 3199, '附件备注', '/home/webservice/zt/file/application/2024-05-17/5582075243135519568', '1', '2024-05-17 09:34:56', '1', '2024-05-17 09:34:56', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8679675180105289490, '1697783572415.jpg', '-8512565471598262833', 'image/jpeg', 12102, '附件备注', '/home/webservice/zt/file/application/2023-10-20/-8512565471598262833', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:32:55', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2023-10-20 14:32:55', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8758144563624233695, '主数据设置.png', '4814898301966567806', 'image/png', 33745, '附件备注', '/home/webservice/zt/file/application/2024-07-04/4814898301966567806', '1', '2024-07-04 15:27:07', '1', '2024-07-04 15:27:07', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (8940942557077390274, '新建文本文档.txt', '-2145207996823287857', 'text/plain', 10, '附件备注', '/home/webservice/zt/file/application/2024-05-20/-2145207996823287857', '1', '2024-05-20 10:33:37', '1', '2024-05-20 10:33:37', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (9152701453356778619, '1.png', '124846052502752657', 'image/png', 29, '附件备注', '/home/webservice/zt/file/application/2024-03-27/124846052502752657', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'c796fd9ba4c9f5ff3cc2fa41a040e443', '2024-03-27 10:33:18', 'Y');
|
||||||
|
INSERT INTO sys_file (id, filename, filesavename, type, file_size, description, filepath, create_user_id, create_time, modify_user_id, modify_time, sts) VALUES (9217313764294738344, '集成任务部署.png', '-2471470808405620684', 'image/png', 16979, '附件备注', '/home/webservice/zt/file/application/2024-07-04/-2471470808405620684', '1', '2024-07-04 13:37:15', '1', '2024-07-04 13:37:15', 'Y');
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,694 @@
|
||||||
|
|
||||||
|
|
||||||
|
SET NAMES utf8mb4;
|
||||||
|
SET FOREIGN_KEY_CHECKS = 0;
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_org
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_org`;
|
||||||
|
CREATE TABLE `mdm_org` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`document_rule` varchar(50) DEFAULT NULL COMMENT '单据规则',
|
||||||
|
`document_rule_num` bigint DEFAULT NULL COMMENT '单据规则流水号',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`add_status` varchar(1) DEFAULT NULL COMMENT '新增数据状态 0待下发 1已下发',
|
||||||
|
`update_status` varchar(1) DEFAULT NULL COMMENT '修改数据状态 0待下发 1已下发',
|
||||||
|
`delete_status` varchar(1) DEFAULT NULL COMMENT '删除数据状态 0待下发 1已下发',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`org_code` varchar(255) DEFAULT NULL COMMENT '组织编码',
|
||||||
|
`org_name` varchar(255) DEFAULT NULL COMMENT '组织名称',
|
||||||
|
`org_address` varchar(255) DEFAULT NULL COMMENT '地址',
|
||||||
|
`org_countryzone` varchar(255) DEFAULT NULL COMMENT '国家地区',
|
||||||
|
`org_innercode` varchar(255) DEFAULT NULL COMMENT '内部编码',
|
||||||
|
`org_memo` varchar(255) DEFAULT NULL COMMENT '说明',
|
||||||
|
`org_mnecode` varchar(255) DEFAULT NULL COMMENT '助记码',
|
||||||
|
`org_ncindustry` varchar(255) DEFAULT NULL COMMENT '所属行业',
|
||||||
|
`org_fatherorg` varchar(255) DEFAULT NULL COMMENT '上级业务单元',
|
||||||
|
`org_principal` varchar(255) DEFAULT NULL COMMENT '负责人',
|
||||||
|
`org_tel` varchar(255) DEFAULT NULL COMMENT '电话',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='组织';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_org_option_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_org_option_log`;
|
||||||
|
CREATE TABLE `mdm_org_option_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`source_name` varchar(255) DEFAULT NULL COMMENT '来源名称',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '编码',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`option_name` varchar(255) DEFAULT NULL COMMENT '操作人',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(255) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='组织操作日志';
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_org_send_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_org_send_log`;
|
||||||
|
CREATE TABLE `mdm_org_send_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`target_app` varchar(255) DEFAULT NULL COMMENT '目标应用',
|
||||||
|
`target_api` varchar(255) DEFAULT NULL COMMENT '目标api',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(50) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`api_id` varchar(50) DEFAULT NULL COMMENT 'apiid',
|
||||||
|
`app_id` varchar(50) DEFAULT NULL COMMENT 'app_id',
|
||||||
|
`distribute_id` varchar(50) DEFAULT NULL COMMENT 'distribute_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='组织下发日志';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_project
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_project`;
|
||||||
|
CREATE TABLE `mdm_project` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`document_rule` varchar(50) DEFAULT NULL COMMENT '单据规则',
|
||||||
|
`document_rule_num` bigint DEFAULT NULL COMMENT '单据规则流水号',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`add_status` varchar(1) DEFAULT NULL COMMENT '新增数据状态 0待下发 1已下发',
|
||||||
|
`update_status` varchar(1) DEFAULT NULL COMMENT '修改数据状态 0待下发 1已下发',
|
||||||
|
`delete_status` varchar(1) DEFAULT NULL COMMENT '删除数据状态 0待下发 1已下发',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`project_code` varchar(255) DEFAULT NULL COMMENT '项目编码',
|
||||||
|
`project_name` varchar(255) DEFAULT NULL COMMENT '项目名称',
|
||||||
|
`project_bill_type` varchar(255) DEFAULT NULL COMMENT '单据类型',
|
||||||
|
`project_memo` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`project_currtype` varchar(255) DEFAULT NULL COMMENT '币种',
|
||||||
|
`project_dutier` varchar(255) DEFAULT NULL COMMENT '责任人',
|
||||||
|
`project_duty_dept` varchar(255) DEFAULT NULL COMMENT '责任部门',
|
||||||
|
`project_org` varchar(255) DEFAULT NULL COMMENT '管理组织',
|
||||||
|
`project_parentpro` varchar(255) DEFAULT NULL COMMENT '父项目',
|
||||||
|
`project_sh_name` varchar(255) DEFAULT NULL COMMENT '项目简称',
|
||||||
|
`data_id` varchar(125) DEFAULT NULL COMMENT '三方业务主键',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='项目档案';
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_project_option_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_project_option_log`;
|
||||||
|
CREATE TABLE `mdm_project_option_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`source_name` varchar(255) DEFAULT NULL COMMENT '来源名称',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '编码',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`option_name` varchar(255) DEFAULT NULL COMMENT '操作人',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(255) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='项目档案操作日志';
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_project_send_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_project_send_log`;
|
||||||
|
CREATE TABLE `mdm_project_send_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`target_app` varchar(255) DEFAULT NULL COMMENT '目标应用',
|
||||||
|
`target_api` varchar(255) DEFAULT NULL COMMENT '目标api',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(50) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`api_id` varchar(50) DEFAULT NULL COMMENT 'apiid',
|
||||||
|
`app_id` varchar(50) DEFAULT NULL COMMENT 'app_id',
|
||||||
|
`distribute_id` varchar(50) DEFAULT NULL COMMENT 'distribute_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='项目档案下发日志';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_user
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_user`;
|
||||||
|
CREATE TABLE `mdm_user` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`document_rule` varchar(50) DEFAULT NULL COMMENT '单据规则',
|
||||||
|
`document_rule_num` bigint DEFAULT NULL COMMENT '单据规则流水号',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`add_status` varchar(1) DEFAULT NULL COMMENT '新增数据状态 0待下发 1已下发',
|
||||||
|
`update_status` varchar(1) DEFAULT NULL COMMENT '修改数据状态 0待下发 1已下发',
|
||||||
|
`delete_status` varchar(1) DEFAULT NULL COMMENT '删除数据状态 0待下发 1已下发',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`user_name` varchar(255) DEFAULT NULL COMMENT '用户名称',
|
||||||
|
`user_code` varchar(255) DEFAULT NULL COMMENT '用户编码',
|
||||||
|
`user_password` varchar(255) DEFAULT NULL COMMENT '用户密码',
|
||||||
|
`pwdlevelcode` varchar(255) DEFAULT NULL COMMENT '密码安全级别',
|
||||||
|
`pwdparam` varchar(255) DEFAULT NULL COMMENT '密码参数',
|
||||||
|
`user_note` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`abledate` varchar(255) DEFAULT NULL COMMENT '生效日期',
|
||||||
|
`disabledate` varchar(255) DEFAULT NULL COMMENT '失效日期',
|
||||||
|
`islocked` varchar(255) DEFAULT NULL COMMENT '锁定',
|
||||||
|
`user_type` varchar(255) DEFAULT NULL COMMENT '用户类型',
|
||||||
|
`base_doc_type` varchar(255) DEFAULT NULL COMMENT '身份类型',
|
||||||
|
`pk_base_doc` varchar(255) DEFAULT NULL COMMENT '身份',
|
||||||
|
`identityverifycode` varchar(255) DEFAULT NULL COMMENT '认证类型',
|
||||||
|
`pk_org` varchar(255) DEFAULT NULL COMMENT '所属组织',
|
||||||
|
`format` varchar(255) DEFAULT NULL COMMENT '数据格式',
|
||||||
|
`isca` varchar(255) DEFAULT NULL COMMENT 'CA用户',
|
||||||
|
`enablestate` varchar(255) DEFAULT NULL COMMENT '启用状态',
|
||||||
|
`contentlang` varchar(255) DEFAULT NULL COMMENT '内容语种',
|
||||||
|
`user_code_q` varchar(255) DEFAULT NULL COMMENT '用户编码',
|
||||||
|
`data_id` varchar(100) DEFAULT NULL COMMENT 'data_id',
|
||||||
|
`mobile` varchar(255) DEFAULT NULL COMMENT '电话',
|
||||||
|
`gender` varchar(255) DEFAULT NULL COMMENT '性别',
|
||||||
|
`login_name` varchar(255) DEFAULT NULL COMMENT '登录名',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户档案';
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_user_option_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_user_option_log`;
|
||||||
|
CREATE TABLE `mdm_user_option_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`source_name` varchar(255) DEFAULT NULL COMMENT '来源名称',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '编码',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`option_name` varchar(255) DEFAULT NULL COMMENT '操作人',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(255) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户档案操作日志';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_user_send_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_user_send_log`;
|
||||||
|
CREATE TABLE `mdm_user_send_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`target_app` varchar(255) DEFAULT NULL COMMENT '目标应用',
|
||||||
|
`target_api` varchar(255) DEFAULT NULL COMMENT '目标api',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(50) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`api_id` varchar(50) DEFAULT NULL COMMENT 'apiid',
|
||||||
|
`app_id` varchar(50) DEFAULT NULL COMMENT 'app_id',
|
||||||
|
`distribute_id` varchar(50) DEFAULT NULL COMMENT 'distribute_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='用户档案下发日志';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_customer
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_customer`;
|
||||||
|
CREATE TABLE `mdm_customer` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`document_rule` varchar(50) DEFAULT NULL COMMENT '单据规则',
|
||||||
|
`document_rule_num` bigint DEFAULT NULL COMMENT '单据规则流水号',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`add_status` varchar(1) DEFAULT NULL COMMENT '新增数据状态 0待下发 1已下发',
|
||||||
|
`update_status` varchar(1) DEFAULT NULL COMMENT '修改数据状态 0待下发 1已下发',
|
||||||
|
`delete_status` varchar(1) DEFAULT NULL COMMENT '删除数据状态 0待下发 1已下发',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '客户编码',
|
||||||
|
`custprop` varchar(255) DEFAULT NULL COMMENT '客户类型',
|
||||||
|
`custstate` varchar(255) DEFAULT NULL COMMENT '客户状态',
|
||||||
|
`enablestate` varchar(255) DEFAULT NULL COMMENT '启用状态',
|
||||||
|
`name` varchar(255) DEFAULT NULL COMMENT '客户名称',
|
||||||
|
`pk_country` varchar(255) DEFAULT NULL COMMENT '国家/地区',
|
||||||
|
`pk_custclass` varchar(255) DEFAULT NULL COMMENT '客户基本分类',
|
||||||
|
`pk_group` varchar(255) DEFAULT NULL COMMENT '所属集团',
|
||||||
|
`pk_org` varchar(255) DEFAULT NULL COMMENT '所属组织',
|
||||||
|
`taxpayerid` varchar(255) DEFAULT NULL COMMENT '纳税人登记号',
|
||||||
|
`custprop_type` varchar(122) DEFAULT NULL COMMENT '客户分类',
|
||||||
|
`data_id` varchar(100) DEFAULT NULL COMMENT 'data_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='客户档案';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_customer_option_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_customer_option_log`;
|
||||||
|
CREATE TABLE `mdm_customer_option_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`source_name` varchar(255) DEFAULT NULL COMMENT '来源名称',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '编码',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`option_name` varchar(255) DEFAULT NULL COMMENT '操作人',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(255) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='客户档案操作日志';
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_customer_send_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_customer_send_log`;
|
||||||
|
CREATE TABLE `mdm_customer_send_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`target_app` varchar(255) DEFAULT NULL COMMENT '目标应用',
|
||||||
|
`target_api` varchar(255) DEFAULT NULL COMMENT '目标api',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(50) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`api_id` varchar(50) DEFAULT NULL COMMENT 'apiid',
|
||||||
|
`app_id` varchar(50) DEFAULT NULL COMMENT 'app_id',
|
||||||
|
`distribute_id` varchar(50) DEFAULT NULL COMMENT 'distribute_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='客户档案下发日志';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_bank
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_bank`;
|
||||||
|
CREATE TABLE `mdm_bank` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`document_rule` varchar(50) DEFAULT NULL COMMENT '单据规则',
|
||||||
|
`document_rule_num` bigint DEFAULT NULL COMMENT '单据规则流水号',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`add_status` varchar(1) DEFAULT NULL COMMENT '新增数据状态 0待下发 1已下发',
|
||||||
|
`update_status` varchar(1) DEFAULT NULL COMMENT '修改数据状态 0待下发 1已下发',
|
||||||
|
`delete_status` varchar(1) DEFAULT NULL COMMENT '删除数据状态 0待下发 1已下发',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`bank_name` varchar(255) DEFAULT NULL COMMENT '网点全称',
|
||||||
|
`correspondent_number` varchar(255) DEFAULT NULL COMMENT '联行号',
|
||||||
|
`bank_code` varchar(255) DEFAULT NULL COMMENT '银行行别代码',
|
||||||
|
`province` varchar(255) DEFAULT NULL COMMENT '所在省',
|
||||||
|
`province_code` varchar(255) DEFAULT NULL COMMENT '所在省编码',
|
||||||
|
`city` varchar(255) DEFAULT NULL COMMENT '所在市',
|
||||||
|
`city_code` varchar(255) DEFAULT NULL COMMENT '所在市编码',
|
||||||
|
`data_id` varchar(100) DEFAULT NULL COMMENT 'data_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='银行档案';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_bank_option_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_bank_option_log`;
|
||||||
|
CREATE TABLE `mdm_bank_option_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`source_name` varchar(255) DEFAULT NULL COMMENT '来源名称',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '编码',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`option_name` varchar(255) DEFAULT NULL COMMENT '操作人',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(255) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='银行档案操作日志';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_bank_send_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_bank_send_log`;
|
||||||
|
CREATE TABLE `mdm_bank_send_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`target_app` varchar(255) DEFAULT NULL COMMENT '目标应用',
|
||||||
|
`target_api` varchar(255) DEFAULT NULL COMMENT '目标api',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(50) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`api_id` varchar(50) DEFAULT NULL COMMENT 'apiid',
|
||||||
|
`app_id` varchar(50) DEFAULT NULL COMMENT 'app_id',
|
||||||
|
`distribute_id` varchar(50) DEFAULT NULL COMMENT 'distribute_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='银行档案下发日志';
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_customer_bank
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_customer_bank`;
|
||||||
|
CREATE TABLE `mdm_customer_bank` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`bank` varchar(255) DEFAULT NULL COMMENT '银行',
|
||||||
|
`pk_bankdoc` varchar(100) DEFAULT NULL COMMENT '开户银行',
|
||||||
|
`accnum` varchar(100) DEFAULT NULL COMMENT '账号',
|
||||||
|
`combinenum` varchar(100) DEFAULT NULL COMMENT '联行号',
|
||||||
|
`data_id` varchar(100) DEFAULT NULL COMMENT 'data_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='客户银行';
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_supplier
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_supplier`;
|
||||||
|
CREATE TABLE `mdm_supplier` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`document_rule` varchar(50) DEFAULT NULL COMMENT '单据规则',
|
||||||
|
`document_rule_num` bigint DEFAULT NULL COMMENT '单据规则流水号',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`add_status` varchar(1) DEFAULT NULL COMMENT '新增数据状态 0待下发 1已下发',
|
||||||
|
`update_status` varchar(1) DEFAULT NULL COMMENT '修改数据状态 0待下发 1已下发',
|
||||||
|
`delete_status` varchar(1) DEFAULT NULL COMMENT '删除数据状态 0待下发 1已下发',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '供应商编码',
|
||||||
|
`custprop` varchar(255) DEFAULT NULL COMMENT '供应商类型',
|
||||||
|
`custstate` varchar(255) DEFAULT NULL COMMENT '供应商状态',
|
||||||
|
`enablestate` varchar(255) DEFAULT NULL COMMENT '启用状态',
|
||||||
|
`name` varchar(255) DEFAULT NULL COMMENT '供应商名称',
|
||||||
|
`pk_country` varchar(255) DEFAULT NULL COMMENT '国家/地区',
|
||||||
|
`pk_custclass` varchar(255) DEFAULT NULL COMMENT '供应商基本分类',
|
||||||
|
`pk_group` varchar(255) DEFAULT NULL COMMENT '所属集团',
|
||||||
|
`pk_org` varchar(255) DEFAULT NULL COMMENT '所属组织',
|
||||||
|
`taxpayerid` varchar(255) DEFAULT NULL COMMENT '纳税人登记号',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='供应商档案';
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_supplier_option_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_supplier_option_log`;
|
||||||
|
CREATE TABLE `mdm_supplier_option_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`source_name` varchar(255) DEFAULT NULL COMMENT '来源名称',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '编码',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`option_name` varchar(255) DEFAULT NULL COMMENT '操作人',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(255) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='供应商档案操作日志';
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_supplier_send_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_supplier_send_log`;
|
||||||
|
CREATE TABLE `mdm_supplier_send_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`target_app` varchar(255) DEFAULT NULL COMMENT '目标应用',
|
||||||
|
`target_api` varchar(255) DEFAULT NULL COMMENT '目标api',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(50) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`api_id` varchar(50) DEFAULT NULL COMMENT 'apiid',
|
||||||
|
`app_id` varchar(50) DEFAULT NULL COMMENT 'app_id',
|
||||||
|
`distribute_id` varchar(50) DEFAULT NULL COMMENT 'distribute_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='供应商档案下发日志';
|
||||||
|
-- Table structure for mdm_supplier_bank
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_supplier_bank`;
|
||||||
|
CREATE TABLE `mdm_supplier_bank` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`bank` varchar(255) DEFAULT NULL COMMENT '银行',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='供应商银行';
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_psndoc
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_psndoc`;
|
||||||
|
CREATE TABLE `mdm_psndoc` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`document_rule` varchar(50) DEFAULT NULL COMMENT '单据规则',
|
||||||
|
`document_rule_num` bigint DEFAULT NULL COMMENT '单据规则流水号',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`add_status` varchar(1) DEFAULT NULL COMMENT '新增数据状态 0待下发 1已下发',
|
||||||
|
`update_status` varchar(1) DEFAULT NULL COMMENT '修改数据状态 0待下发 1已下发',
|
||||||
|
`delete_status` varchar(1) DEFAULT NULL COMMENT '删除数据状态 0待下发 1已下发',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`birthdate` varchar(255) DEFAULT NULL COMMENT '出生日期',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '人员编码',
|
||||||
|
`enablestate` varchar(255) DEFAULT NULL COMMENT '启用状态',
|
||||||
|
`idcard` varchar(255) DEFAULT NULL COMMENT '证件号',
|
||||||
|
`idtype` varchar(255) DEFAULT NULL COMMENT '证件类型',
|
||||||
|
`joinworkdate` varchar(255) DEFAULT NULL COMMENT '参加工作日期',
|
||||||
|
`lastname` varchar(255) DEFAULT NULL COMMENT '姓',
|
||||||
|
`mnecode` varchar(255) DEFAULT NULL COMMENT '助记码',
|
||||||
|
`mobile` varchar(255) DEFAULT NULL COMMENT '手机',
|
||||||
|
`name` varchar(255) DEFAULT NULL COMMENT '姓名',
|
||||||
|
`nickname` varchar(255) DEFAULT NULL COMMENT '昵称',
|
||||||
|
`pk_group` varchar(255) DEFAULT NULL COMMENT '所属集团',
|
||||||
|
`pk_org` varchar(255) DEFAULT NULL COMMENT '所属业务单元',
|
||||||
|
`sex` varchar(255) DEFAULT NULL COMMENT '性别',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='人员档案';
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_psndoc_option_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_psndoc_option_log`;
|
||||||
|
CREATE TABLE `mdm_psndoc_option_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`source_name` varchar(255) DEFAULT NULL COMMENT '来源名称',
|
||||||
|
`code` varchar(255) DEFAULT NULL COMMENT '编码',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`option_name` varchar(255) DEFAULT NULL COMMENT '操作人',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(255) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='人员档案操作日志';
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_psndoc_send_log
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_psndoc_send_log`;
|
||||||
|
CREATE TABLE `mdm_psndoc_send_log` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`target_app` varchar(255) DEFAULT NULL COMMENT '目标应用',
|
||||||
|
`target_api` varchar(255) DEFAULT NULL COMMENT '目标api',
|
||||||
|
`source_data` text COMMENT '源数据',
|
||||||
|
`option_type` varchar(255) DEFAULT NULL COMMENT '操作类型',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`data_type` varchar(50) DEFAULT NULL COMMENT '状态 1、成功2、失败',
|
||||||
|
`remark` varchar(255) DEFAULT NULL COMMENT '备注',
|
||||||
|
`api_id` varchar(50) DEFAULT NULL COMMENT 'apiid',
|
||||||
|
`app_id` varchar(50) DEFAULT NULL COMMENT 'app_id',
|
||||||
|
`distribute_id` varchar(50) DEFAULT NULL COMMENT 'distribute_id',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='人员档案下发日志';
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for mdm_psnjobs
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `mdm_psnjobs`;
|
||||||
|
CREATE TABLE `mdm_psnjobs` (
|
||||||
|
`id` varchar(50) NOT NULL COMMENT '唯一标识码',
|
||||||
|
`formmain_id` varchar(50) DEFAULT NULL COMMENT 'formmain_id',
|
||||||
|
`data_status` varchar(1) DEFAULT NULL COMMENT '数据状态 Y正常 N删除 F修改',
|
||||||
|
`sorts` bigint NOT NULL AUTO_INCREMENT COMMENT '排序',
|
||||||
|
`create_user_id` varchar(50) DEFAULT NULL COMMENT '创建人id',
|
||||||
|
`create_time` datetime DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`modify_user_id` varchar(50) DEFAULT NULL COMMENT '修改人id',
|
||||||
|
`modify_time` datetime DEFAULT NULL COMMENT '修改时间',
|
||||||
|
`sts` varchar(1) DEFAULT NULL COMMENT '状态(Y正常N删除)',
|
||||||
|
`org_id` varchar(50) DEFAULT NULL COMMENT '组织机构ID',
|
||||||
|
`company_id` varchar(50) DEFAULT NULL COMMENT '公司id',
|
||||||
|
`enddutydate` varchar(255) DEFAULT NULL COMMENT '任职结束日期',
|
||||||
|
`indutydate` varchar(255) DEFAULT NULL COMMENT '任职开始日期',
|
||||||
|
`ismainjob` varchar(255) DEFAULT NULL COMMENT '主职',
|
||||||
|
`pk_dept` varchar(255) DEFAULT NULL COMMENT '所在部门',
|
||||||
|
`pk_group` varchar(255) DEFAULT NULL COMMENT '所属集团',
|
||||||
|
`pk_org` varchar(255) DEFAULT NULL COMMENT '任职业务单元',
|
||||||
|
`pk_post` varchar(255) DEFAULT NULL COMMENT '岗位',
|
||||||
|
`pk_psncl` varchar(255) DEFAULT NULL COMMENT '人员类别',
|
||||||
|
`psncode` varchar(255) DEFAULT NULL COMMENT '员工编号',
|
||||||
|
PRIMARY KEY (`sorts`,`id`) USING BTREE
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='工作信息';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
SET FOREIGN_KEY_CHECKS = 1;
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
INSERT INTO integration_task (id,task_code,task_name,task_cron,task_status,task_app,task_plugin,fun_info,remark,create_user_id,create_time,modify_user_id,modify_time,sts,org_id,company_id) VALUES ('175935a432b648e586c4f0ff1a234a07','Task-20240621-0001','主数据下发','0 0/2 * * * ?','2','82bd4293fda94d6896217509f11b6c4c','e3a61bdf20b34126927fe1285fd80793','主数据下发','主数据下发','1','2024-06-21 16:11:37','1','2024-06-21 16:26:58','Y','0','0');
|
||||||
|
INSERT INTO integration_task (id,task_code,task_name,task_cron,task_status,task_app,task_plugin,fun_info,remark,create_user_id,create_time,modify_user_id,modify_time,sts,org_id,company_id) VALUES ('2ab139b06a504b548bca1f90243c57cc','Task-20240625-0001','主数据抽取','0 0/1 * * * ?','2','82bd4293fda94d6896217509f11b6c4c','b7e0020d9ff7435196862bfa62d9ff40','主数据统一数据抽取','MdmCustomerPlugin','1','2024-06-25 14:46:37','1','2024-07-10 11:20:35','Y','0','0');
|
||||||
|
INSERT INTO integration_task_living (id,task_id,task_code,task_name,task_status,old_start_time,start_time,end_time,diff_time,run_num,create_user_id,create_time,modify_user_id,modify_time,sts,org_id,company_id) VALUES ('571725e79bfc4a9090e921487dbf421f','175935a432b648e586c4f0ff1a234a07','Task-20240621-0001','主数据下发','2','2024-06-21 16:52:00','2024-06-21 16:52:00','2024-06-21 16:52:01','0',0,'1','2024-06-21 16:11:37','1','2024-06-21 16:52:01','Y','0','0');
|
||||||
|
INSERT INTO integration_task_living (id,task_id,task_code,task_name,task_status,old_start_time,start_time,end_time,diff_time,run_num,create_user_id,create_time,modify_user_id,modify_time,sts,org_id,company_id) VALUES ('3fe53b5a6e814ed98a7a29c0478d9fbb','2ab139b06a504b548bca1f90243c57cc','Task-20240625-0001','主数据抽取','2','2024-07-10 11:57:00','2024-07-10 11:57:00','2024-07-10 11:57:00','0',0,'1','2024-06-25 14:46:37','1','2024-07-10 11:57:00','Y','0','0');
|
||||||
|
|
||||||
|
commit;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
ALTER TABLE mdm_module_distribute ADD COLUMN update_api VARCHAR(50) DEFAULT NULL COMMENT '修改接口';
|
|
||||||
ALTER TABLE mdm_module_distribute ADD COLUMN enabled_state CHAR(1) DEFAULT NULL COMMENT '启用停用 0、停用1、启用';
|
|
||||||
COMMIT;
|
|
|
@ -25,7 +25,7 @@
|
||||||
left join sys_application app on app.id = api.app_id and app.sts = 'Y'
|
left join sys_application app on app.id = api.app_id and app.sts = 'Y'
|
||||||
WHERE api.sts = 'Y' and api.app_id is not null
|
WHERE api.sts = 'Y' and api.app_id is not null
|
||||||
GROUP BY
|
GROUP BY
|
||||||
api.app_id
|
api.app_id,app.app_logo
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<!-- 查询 采用==查询 -->
|
<!-- 查询 采用==查询 -->
|
||||||
|
|
|
@ -204,7 +204,6 @@
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="companyId != null and companyId != ''"> company_id , </if>
|
<if test="companyId != null and companyId != ''"> company_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -229,7 +228,6 @@
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="companyId != null and companyId != ''"> #{companyId} ,</if>
|
<if test="companyId != null and companyId != ''"> #{companyId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -221,7 +221,6 @@
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="companyId != null and companyId != ''">company_id ,</if>
|
<if test="companyId != null and companyId != ''">company_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -246,9 +245,6 @@
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_distribute_detail
|
|
||||||
a WHERE a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -220,7 +220,6 @@
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="companyId != null and companyId != ''"> company_id , </if>
|
<if test="companyId != null and companyId != ''"> company_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -243,7 +242,6 @@
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="companyId != null and companyId != ''"> #{companyId} ,</if>
|
<if test="companyId != null and companyId != ''"> #{companyId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from mdm_module_source a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -209,7 +209,6 @@
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="sorts != null and sorts !='' "> sorts, </if>
|
<if test="sorts != null and sorts !='' "> sorts, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -232,7 +231,6 @@
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="sorts != null and sorts !='' "> #{sorts}, </if>
|
<if test="sorts != null and sorts !='' "> #{sorts}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_api_reflection_detail a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="create_time == null "> now(),</if>
|
<if test="create_time == null "> now(),</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
|
|
|
@ -267,7 +267,6 @@
|
||||||
<if test="description != null and description !='' "> description, </if>
|
<if test="description != null and description !='' "> description, </if>
|
||||||
<if test="plug != null and plug !='' "> plug, </if>
|
<if test="plug != null and plug !='' "> plug, </if>
|
||||||
<if test="plug_id != null and plug_id !='' "> plug_id, </if>
|
<if test="plug_id != null and plug_id !='' "> plug_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -291,7 +290,6 @@
|
||||||
<if test="description != null and description !='' "> #{description}, </if>
|
<if test="description != null and description !='' "> #{description}, </if>
|
||||||
<if test="plug != null and plug !='' "> #{plug}, </if>
|
<if test="plug != null and plug !='' "> #{plug}, </if>
|
||||||
<if test="plug_id != null and plug_id !='' "> #{plug_id}, </if>
|
<if test="plug_id != null and plug_id !='' "> #{plug_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_api_reflection a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="create_time == null "> now(),</if>
|
<if test="create_time == null "> now(),</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
|
|
|
@ -372,7 +372,6 @@
|
||||||
<if test="bodyIn != null and bodyIn !='' "> body_in, </if>
|
<if test="bodyIn != null and bodyIn !='' "> body_in, </if>
|
||||||
<if test="bodyOut != null and bodyOut !='' "> body_out, </if>
|
<if test="bodyOut != null and bodyOut !='' "> body_out, </if>
|
||||||
<if test="sorts != null ">sorts,</if>
|
<if test="sorts != null ">sorts,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="createUserId != null and createUserId !='' "> create_user_id, </if>
|
<if test="createUserId != null and createUserId !='' "> create_user_id, </if>
|
||||||
<if test="createTime != null ">create_time,</if>
|
<if test="createTime != null ">create_time,</if>
|
||||||
<if test="modifyUserId != null and modifyUserId !='' "> modify_user_id, </if>
|
<if test="modifyUserId != null and modifyUserId !='' "> modify_user_id, </if>
|
||||||
|
@ -404,7 +403,6 @@
|
||||||
<if test="bodyIn != null and bodyIn !='' "> #{bodyIn}, </if>
|
<if test="bodyIn != null and bodyIn !='' "> #{bodyIn}, </if>
|
||||||
<if test="bodyOut != null and bodyOut !='' "> #{bodyOut}, </if>
|
<if test="bodyOut != null and bodyOut !='' "> #{bodyOut}, </if>
|
||||||
<if test="sorts != null ">#{sorts},</if>
|
<if test="sorts != null ">#{sorts},</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_app_api a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="createUserId != null and createUserId !='' "> #{createUserId}, </if>
|
<if test="createUserId != null and createUserId !='' "> #{createUserId}, </if>
|
||||||
<if test="createTime != null ">#{createTime},</if>
|
<if test="createTime != null ">#{createTime},</if>
|
||||||
<if test="modifyUserId != null and modifyUserId !='' "> #{modifyUserId}, </if>
|
<if test="modifyUserId != null and modifyUserId !='' "> #{modifyUserId}, </if>
|
||||||
|
|
|
@ -180,7 +180,6 @@
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="orgId != null and orgId != ''">org_id ,</if>
|
<if test="orgId != null and orgId != ''">org_id ,</if>
|
||||||
<if test="matchMode != null and matchMode != ''">match_mode ,</if>
|
<if test="matchMode != null and matchMode != ''">match_mode ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -201,9 +200,6 @@
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="orgId != null and orgId != ''">#{orgId} ,</if>
|
<if test="orgId != null and orgId != ''">#{orgId} ,</if>
|
||||||
<if test="matchMode != null and matchMode != ''">#{matchMode} ,</if>
|
<if test="matchMode != null and matchMode != ''">#{matchMode} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_contrast_task a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -252,7 +252,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -281,7 +280,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_customer_control a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -153,7 +153,6 @@
|
||||||
<if test="modifyTime != null ">modify_time,</if>
|
<if test="modifyTime != null ">modify_time,</if>
|
||||||
<if test="sts != null and sts !='' "> sts, </if>
|
<if test="sts != null and sts !='' "> sts, </if>
|
||||||
<if test="orgId != null and orgId !='' "> org_id, </if>
|
<if test="orgId != null and orgId !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
</trim>
|
</trim>
|
||||||
)values
|
)values
|
||||||
(
|
(
|
||||||
|
@ -170,7 +169,6 @@
|
||||||
<if test="modifyTime != null ">#{modifyTime},</if>
|
<if test="modifyTime != null ">#{modifyTime},</if>
|
||||||
<if test="sts != null and sts !='' "> #{sts}, </if>
|
<if test="sts != null and sts !='' "> #{sts}, </if>
|
||||||
<if test="orgId != null and orgId !='' "> #{orgId}, </if>
|
<if test="orgId != null and orgId !='' "> #{orgId}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_database_names a WHERE a.sts = 'Y' ),</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -347,7 +347,6 @@
|
||||||
<if test="label != null and label !='' "> label, </if>
|
<if test="label != null and label !='' "> label, </if>
|
||||||
<if test="options != null and options !='' "> options, </if>
|
<if test="options != null and options !='' "> options, </if>
|
||||||
<if test="noCache != null and noCache !='' "> no_cache, </if>
|
<if test="noCache != null and noCache !='' "> no_cache, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)values
|
)values
|
||||||
|
@ -385,7 +384,6 @@
|
||||||
<if test="label != null and label !='' "> #{label}, </if>
|
<if test="label != null and label !='' "> #{label}, </if>
|
||||||
<if test="options != null and options !='' "> #{options}, </if>
|
<if test="options != null and options !='' "> #{options}, </if>
|
||||||
<if test="noCache != null and noCache !='' "> #{noCache}, </if>
|
<if test="noCache != null and noCache !='' "> #{noCache}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_module a WHERE a.sts = 'Y' ),</if>
|
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
|
|
|
@ -236,7 +236,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -263,7 +262,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_org_control a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -268,7 +268,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -299,7 +298,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_personnel_control a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -236,7 +236,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -263,7 +262,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_project_control a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -269,7 +269,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -298,7 +297,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_proof a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -252,7 +252,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -281,7 +280,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_proof_detail a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -140,7 +140,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -155,7 +154,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_proof_log a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -210,7 +210,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -233,7 +232,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_receipt_conf a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -134,7 +134,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -150,7 +149,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_service_method a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -164,7 +164,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -182,7 +181,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_sob a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -252,7 +252,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -281,7 +280,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_supplier_control a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -497,7 +497,6 @@
|
||||||
<if test="modifyTime != null ">modify_time,</if>
|
<if test="modifyTime != null ">modify_time,</if>
|
||||||
<if test="sts != null and sts !='' ">sts,</if>
|
<if test="sts != null and sts !='' ">sts,</if>
|
||||||
<if test="orgId != null and orgId !='' ">org_id,</if>
|
<if test="orgId != null and orgId !='' ">org_id,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)values
|
)values
|
||||||
|
@ -523,9 +522,7 @@
|
||||||
<if test="modifyTime != null ">#{modifyTime},</if>
|
<if test="modifyTime != null ">#{modifyTime},</if>
|
||||||
<if test="sts != null and sts !='' ">#{sts},</if>
|
<if test="sts != null and sts !='' ">#{sts},</if>
|
||||||
<if test="orgId != null and orgId !='' ">#{orgId},</if>
|
<if test="orgId != null and orgId !='' ">#{orgId},</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_template a WHERE a.sts =
|
|
||||||
'Y' ),
|
|
||||||
</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
@ -612,7 +609,6 @@
|
||||||
</if>
|
</if>
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
sorts,
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts,
|
sts,
|
||||||
|
@ -631,8 +627,7 @@
|
||||||
</if>
|
</if>
|
||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ${tableName} a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
now(),
|
now(),
|
||||||
now(),
|
now(),
|
||||||
'Y',
|
'Y',
|
||||||
|
|
|
@ -189,7 +189,6 @@
|
||||||
<if test="modifyTime != null">modify_time ,</if>
|
<if test="modifyTime != null">modify_time ,</if>
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="orgId != null and orgId != ''">org_id ,</if>
|
<if test="orgId != null and orgId != ''">org_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -210,9 +209,7 @@
|
||||||
<if test="modifyTime != null">#{modifyTime} ,</if>
|
<if test="modifyTime != null">#{modifyTime} ,</if>
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="orgId != null and orgId != ''">#{orgId} ,</if>
|
<if test="orgId != null and orgId != ''">#{orgId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_template_button a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -169,7 +169,6 @@
|
||||||
<if test="modifyTime != null ">modify_time,</if>
|
<if test="modifyTime != null ">modify_time,</if>
|
||||||
<if test="sts != null and sts !='' "> sts, </if>
|
<if test="sts != null and sts !='' "> sts, </if>
|
||||||
<if test="orgId != null and orgId !='' "> org_id, </if>
|
<if test="orgId != null and orgId !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)values
|
)values
|
||||||
|
@ -189,7 +188,6 @@
|
||||||
<if test="modifyTime != null ">#{modifyTime},</if>
|
<if test="modifyTime != null ">#{modifyTime},</if>
|
||||||
<if test="sts != null and sts !='' "> #{sts}, </if>
|
<if test="sts != null and sts !='' "> #{sts}, </if>
|
||||||
<if test="orgId != null and orgId !='' "> #{orgId}, </if>
|
<if test="orgId != null and orgId !='' "> #{orgId}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_template_relation a WHERE a.sts = 'Y' ),</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -137,7 +137,6 @@
|
||||||
<if test="modifyTime != null ">modify_time,</if>
|
<if test="modifyTime != null ">modify_time,</if>
|
||||||
<if test="sts != null and sts !='' "> sts, </if>
|
<if test="sts != null and sts !='' "> sts, </if>
|
||||||
<if test="orgId != null and orgId !='' "> org_id, </if>
|
<if test="orgId != null and orgId !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)values
|
)values
|
||||||
|
@ -153,7 +152,6 @@
|
||||||
<if test="modifyTime != null ">#{modifyTime},</if>
|
<if test="modifyTime != null ">#{modifyTime},</if>
|
||||||
<if test="sts != null and sts !='' "> #{sts}, </if>
|
<if test="sts != null and sts !='' "> #{sts}, </if>
|
||||||
<if test="orgId != null and orgId !='' "> #{orgId}, </if>
|
<if test="orgId != null and orgId !='' "> #{orgId}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_template_view_accredit a WHERE a.sts = 'Y' ),</if>
|
|
||||||
|
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -141,7 +141,6 @@
|
||||||
<if test="modifyTime != null"> modify_time , </if>
|
<if test="modifyTime != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="orgId != null and orgId != ''"> org_id , </if>
|
<if test="orgId != null and orgId != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -158,7 +157,6 @@
|
||||||
<if test="modifyTime != null"> #{modifyTime} ,</if>
|
<if test="modifyTime != null"> #{modifyTime} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="orgId != null and orgId != ''"> #{orgId} ,</if>
|
<if test="orgId != null and orgId != ''"> #{orgId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_user_template_button a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -259,7 +259,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -288,7 +287,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_voucher a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -196,7 +196,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
<if test="create_user_id != null and create_user_id !='' "> create_user_id, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> modify_user_id, </if>
|
||||||
<if test="org_id != null and org_id !='' "> org_id, </if>
|
<if test="org_id != null and org_id !='' "> org_id, </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
create_time,
|
create_time,
|
||||||
modify_time,
|
modify_time,
|
||||||
sts
|
sts
|
||||||
|
@ -218,7 +217,6 @@
|
||||||
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
<if test="create_user_id != null and create_user_id !='' "> #{create_user_id}, </if>
|
||||||
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
<if test="modify_user_id != null and modify_user_id !='' "> #{modify_user_id}, </if>
|
||||||
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
<if test="org_id != null and org_id !='' "> #{org_id}, </if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_voucher_detail a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_time != null "> #{create_time} ,</if>
|
<if test="create_time != null "> #{create_time} ,</if>
|
||||||
<if test="modify_time != null "> #{modify_time},</if>
|
<if test="modify_time != null "> #{modify_time},</if>
|
||||||
'Y'
|
'Y'
|
||||||
|
|
|
@ -392,7 +392,6 @@ WHERE
|
||||||
<if test="modify_time != null">modify_time ,</if>
|
<if test="modify_time != null">modify_time ,</if>
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -434,9 +433,7 @@ WHERE
|
||||||
<if test="modify_time != null">#{modify_time} ,</if>
|
<if test="modify_time != null">#{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application_api a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -147,7 +147,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -164,7 +163,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application_api_auth a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -147,7 +147,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -164,7 +163,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application_api_auth_detail a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -147,7 +147,6 @@
|
||||||
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -164,7 +163,6 @@
|
||||||
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application_api_para a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -151,7 +151,6 @@
|
||||||
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -166,7 +165,6 @@
|
||||||
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application_api_type a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -190,7 +190,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -214,7 +213,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application_database a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -253,7 +253,6 @@
|
||||||
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -286,7 +285,6 @@
|
||||||
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -168,7 +168,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -188,7 +187,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_application_plugin a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
<if test="dataType != null and dataType != ''"> data_type,</if>
|
<if test="dataType != null and dataType != ''"> data_type,</if>
|
||||||
<if test="remark != null and remark != ''"> remark,</if>
|
<if test="remark != null and remark != ''"> remark,</if>
|
||||||
<if test="sorts != null"> sorts,</if>
|
<if test="sorts != null"> sorts,</if>
|
||||||
<!-- <if test="sorts == null"> sorts , </if>-->
|
|
||||||
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
|
@ -84,7 +83,6 @@
|
||||||
<if test="dataType != null and dataType != ''"> #{dataType},</if>
|
<if test="dataType != null and dataType != ''"> #{dataType},</if>
|
||||||
<if test="remark != null and remark != ''"> #{remark},</if>
|
<if test="remark != null and remark != ''"> #{remark},</if>
|
||||||
<if test="sorts != null"> #{sorts} ,</if>
|
<if test="sorts != null"> #{sorts} ,</if>
|
||||||
<!-- <if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from ${dbName} a WHERE a.sts = 'Y' ),</if>-->
|
|
||||||
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
|
|
|
@ -189,7 +189,6 @@
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="companyId != null and companyId != ''">company_id ,</if>
|
<if test="companyId != null and companyId != ''">company_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -211,9 +210,6 @@
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_dictionaryshop a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -114,7 +114,6 @@
|
||||||
<if test="rightName != null and rightName != ''"> right_name , </if>
|
<if test="rightName != null and rightName != ''"> right_name , </if>
|
||||||
<if test="leftOrg != null and leftOrg != ''"> left_org , </if>
|
<if test="leftOrg != null and leftOrg != ''"> left_org , </if>
|
||||||
<if test="rightOrg != null and rightOrg != ''"> right_org , </if>
|
<if test="rightOrg != null and rightOrg != ''"> right_org , </if>
|
||||||
<if test="sorts == null"> sorts , </if>
|
|
||||||
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
<if test="create_user_id != null and create_user_id != ''"> create_user_id , </if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
<if test="modify_user_id != null and modify_user_id != ''"> modify_user_id , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
|
@ -143,19 +142,6 @@
|
||||||
<if test="leftOrg != null and leftOrg != ''"> #{leftOrg} , </if>
|
<if test="leftOrg != null and leftOrg != ''"> #{leftOrg} , </if>
|
||||||
<if test="rightOrg != null and rightOrg != ''"> #{rightOrg} , </if>
|
<if test="rightOrg != null and rightOrg != ''"> #{rightOrg} , </if>
|
||||||
<if test="sorts != null"> #{sorts} ,</if>
|
<if test="sorts != null"> #{sorts} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from
|
|
||||||
<choose>
|
|
||||||
<when test="archivesType == '1'.toString()"> sys_personnel_control </when>
|
|
||||||
<when test="archivesType == '2'.toString()"> sys_org_control </when>
|
|
||||||
<when test="archivesType == '6'.toString()"> sys_stock_control </when>
|
|
||||||
<when test="archivesType == '73'.toString()"> sys_merchant_control </when>
|
|
||||||
<when test="archivesType == 'D01'.toString()"> sys_taxrate_control </when>
|
|
||||||
<when test="archivesType == 'jobass'.toString()"> sys_project_control </when>
|
|
||||||
<when test="archivesType == '93'.toString()"> sys_bank_control </when>
|
|
||||||
<when test="archivesType == '96'.toString()"> sys_bankaccount_control </when>
|
|
||||||
<when test="archivesType == '22'.toString()"> sys_assets_control </when>
|
|
||||||
</choose>
|
|
||||||
a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
<if test="create_user_id != null and create_user_id != ''"> #{create_user_id} ,</if>
|
||||||
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
<if test="modify_user_id != null and modify_user_id != ''"> #{modify_user_id} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
|
|
|
@ -158,7 +158,6 @@
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="companyId != null and companyId != ''">company_id ,</if>
|
<if test="companyId != null and companyId != ''">company_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -176,9 +175,6 @@
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_home_component a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -146,7 +146,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -163,7 +162,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_integrated_foreground_task a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -155,7 +155,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -174,7 +173,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_integrated_foreground_task_detail a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -134,7 +134,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -150,7 +149,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_integrated_foreground_task_parameter a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -189,7 +189,6 @@
|
||||||
<if test="modify_time != null">modify_time ,</if>
|
<if test="modify_time != null">modify_time ,</if>
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -208,9 +207,7 @@
|
||||||
<if test="modify_time != null">#{modify_time} ,</if>
|
<if test="modify_time != null">#{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_message_manage a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -182,7 +182,6 @@
|
||||||
<if test="modify_time != null">modify_time ,</if>
|
<if test="modify_time != null">modify_time ,</if>
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -203,9 +202,7 @@
|
||||||
<if test="modify_time != null">#{modify_time} ,</if>
|
<if test="modify_time != null">#{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_message_manage_detail a
|
|
||||||
WHERE a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -155,7 +155,6 @@
|
||||||
<if test="modify_time != null">modify_time ,</if>
|
<if test="modify_time != null">modify_time ,</if>
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -172,9 +171,7 @@
|
||||||
<if test="modify_time != null">#{modify_time} ,</if>
|
<if test="modify_time != null">#{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_message_manage_log_detail_back a
|
|
||||||
WHERE a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -299,7 +299,6 @@
|
||||||
<if test="modify_time != null">modify_time ,</if>
|
<if test="modify_time != null">modify_time ,</if>
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -327,9 +326,6 @@
|
||||||
<if test="modify_time != null">#{modify_time} ,</if>
|
<if test="modify_time != null">#{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_message_manage_log_back a
|
|
||||||
WHERE a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -146,7 +146,6 @@
|
||||||
<if test="modify_time != null"> modify_time , </if>
|
<if test="modify_time != null"> modify_time , </if>
|
||||||
<if test="sts != null and sts != ''"> sts , </if>
|
<if test="sts != null and sts != ''"> sts , </if>
|
||||||
<if test="org_id != null and org_id != ''"> org_id , </if>
|
<if test="org_id != null and org_id != ''"> org_id , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -163,7 +162,6 @@
|
||||||
<if test="modify_time != null"> #{modify_time} ,</if>
|
<if test="modify_time != null"> #{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
<if test="sts != null and sts != ''"> #{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
<if test="org_id != null and org_id != ''"> #{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_plug_arg a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -158,7 +158,6 @@
|
||||||
<if test="modify_time != null">modify_time ,</if>
|
<if test="modify_time != null">modify_time ,</if>
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -176,9 +175,7 @@
|
||||||
<if test="modify_time != null">#{modify_time} ,</if>
|
<if test="modify_time != null">#{modify_time} ,</if>
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_plug_arg_detail a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -152,7 +152,6 @@
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="companyId != null and companyId != ''">company_id ,</if>
|
<if test="companyId != null and companyId != ''">company_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -169,9 +168,7 @@
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_popedom_interface a WHERE
|
|
||||||
a.sts = 'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -165,7 +165,6 @@
|
||||||
<if test="sts != null and sts != ''">sts ,</if>
|
<if test="sts != null and sts != ''">sts ,</if>
|
||||||
<if test="org_id != null and org_id != ''">org_id ,</if>
|
<if test="org_id != null and org_id != ''">org_id ,</if>
|
||||||
<if test="companyId != null and companyId != ''">company_id ,</if>
|
<if test="companyId != null and companyId != ''">company_id ,</if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -184,9 +183,7 @@
|
||||||
<if test="sts != null and sts != ''">#{sts} ,</if>
|
<if test="sts != null and sts != ''">#{sts} ,</if>
|
||||||
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
<if test="org_id != null and org_id != ''">#{org_id} ,</if>
|
||||||
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
<if test="companyId != null and companyId != ''">#{companyId} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from sys_interface a WHERE a.sts =
|
|
||||||
'Y' ),
|
|
||||||
</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -92,7 +92,6 @@
|
||||||
<if test="unitname != null and unitname != ''"> unitName , </if>
|
<if test="unitname != null and unitname != ''"> unitName , </if>
|
||||||
<if test="status != null and status != ''"> status , </if>
|
<if test="status != null and status != ''"> status , </if>
|
||||||
<if test="baseunit != null and baseunit != ''"> baseUnit , </if>
|
<if test="baseunit != null and baseunit != ''"> baseUnit , </if>
|
||||||
<if test="sorts == null ">sorts,</if>
|
|
||||||
<if test="sts == null ">sts,</if>
|
<if test="sts == null ">sts,</if>
|
||||||
</trim>
|
</trim>
|
||||||
)values(
|
)values(
|
||||||
|
@ -102,7 +101,6 @@
|
||||||
<if test="unitname != null and unitname != ''"> #{unitname} ,</if>
|
<if test="unitname != null and unitname != ''"> #{unitname} ,</if>
|
||||||
<if test="status != null and status != ''"> #{status} ,</if>
|
<if test="status != null and status != ''"> #{status} ,</if>
|
||||||
<if test="baseunit != null and baseunit != ''"> #{baseunit} ,</if>
|
<if test="baseunit != null and baseunit != ''"> #{baseunit} ,</if>
|
||||||
<if test="sorts == null ">(select (max(IFNULL( a.sorts, 0 )) + 1) as sort from v_u9c_unit_group a WHERE a.sts = 'Y' ),</if>
|
|
||||||
<if test="sts == null ">'Y',</if>
|
<if test="sts == null ">'Y',</if>
|
||||||
</trim>
|
</trim>
|
||||||
)
|
)
|
||||||
|
|
|
@ -11,9 +11,9 @@ import javax.annotation.PostConstruct;
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
import javax.sql.DataSource;
|
import javax.sql.DataSource;
|
||||||
|
|
||||||
//@Configuration
|
@Configuration
|
||||||
//@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
//@EnableTransactionManagement
|
@EnableTransactionManagement
|
||||||
public class FlywayConfig {
|
public class FlywayConfig {
|
||||||
|
|
||||||
@Value("${spring.flyway.enabled}")
|
@Value("${spring.flyway.enabled}")
|
||||||
|
@ -46,7 +46,7 @@ public class FlywayConfig {
|
||||||
private DataSource dataSource;
|
private DataSource dataSource;
|
||||||
|
|
||||||
|
|
||||||
//@PostConstruct
|
@PostConstruct
|
||||||
public void migrateOrder() {
|
public void migrateOrder() {
|
||||||
String pwd = AESUtil.decrypt(password);
|
String pwd = AESUtil.decrypt(password);
|
||||||
DynamicRoutingDataSource ds = (DynamicRoutingDataSource) dataSource;
|
DynamicRoutingDataSource ds = (DynamicRoutingDataSource) dataSource;
|
||||||
|
|
Loading…
Reference in New Issue