소스 검색

添加两个替换配置文件,用于处理发布问题

wangjiang988 6 년 전
부모
커밋
d07dfdff3a
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      sql/20200110.sql

+ 1 - 4
sql/20200110.sql

@@ -2,7 +2,4 @@
 
 简易流程会签改为简易流程处理中
 
-update dictionary_item set name="简易流程处理中" where tid="2" and name ="简易流程会签"
-
-INSERT INTO `dictionary_item`(`id`, `sort`, `name`, `value`, `tid`, `is_active`, `remark`, `create_time`, `create_by`, `create_name`, `update_by`, `update_name`, `update_time`, `del_flag`) VALUES (11237, NULL, '简易流程审核通过', '80', 2, 1, NULL, '2020-01-14 17:12:47', 1, '超级管理员', NULL, NULL, NULL, 0);
-INSERT INTO `dictionary_item`(`id`, `sort`, `name`, `value`, `tid`, `is_active`, `remark`, `create_time`, `create_by`, `create_name`, `update_by`, `update_name`, `update_time`, `del_flag`) VALUES (11238, NULL, '简易流程审核不通过', '90', 2, 1, NULL, '2020-01-15 12:46:36', 1, '超级管理员', NULL, NULL, NULL, 0);
+update dictionary_item set name="简易流程处理中" where tid="2" and name ="简易流程会签"