ci: 绑定零部件相关配置文件SQL更新
This commit is contained in:
@@ -132,4 +132,6 @@ CREATE TABLE `laws_bind_part_doc` (
|
||||
`bind_id` varchar(50) NULL DEFAULT NULL COMMENT '绑定id',
|
||||
`clause_id` varchar(50) NULL DEFAULT NULL COMMENT '条款id',
|
||||
PRIMARY KEY (`id`) USING BTREE
|
||||
);
|
||||
);
|
||||
-- 2024-05-06 绑定零部件消息模板
|
||||
INSERT INTO `laws-sinotruk-demo`.`sys_sms_template` (`id`, `template_name`, `template_code`, `template_type`, `template_content`, `template_test_json`, `create_time`, `create_by`, `update_time`, `update_by`, `open_type`, `open_page`) VALUES ('1785147305402699778', '【绑定零部件】新增完成提醒', 'bind_part_add', '4', '您将${standardNo}标准${clause}与${partNo}零部件进行绑定,如需修改,前往标准法规管理系统或研发大前台标准法规管理模块绑定零部件中进行调整。', NULL, '2024-04-30 11:20:59', 'admin', '2024-04-30 13:53:03', 'admin', NULL, NULL);
|
||||
|
||||
@@ -516,4 +516,8 @@ bindPart:
|
||||
#验证零部件号是否可修改url
|
||||
edit_valid_url: RESTAdapter/PSRMS/PO1000495/VerifyModifiable
|
||||
#校验某个零部件是否所属于某个零部件分类
|
||||
part_belong_url: RESTAdapter/PSRMS/PO1000497/VerifyComponentCategory
|
||||
part_belong_url: RESTAdapter/PSRMS/PO1000497/VerifyComponentCategory
|
||||
#Authorization
|
||||
auth_username: CNHTC_PO_PSRMS
|
||||
#Authorization
|
||||
auth_password: Cnhtcpsrms2024
|
||||
Reference in New Issue
Block a user