优化增量sql

This commit is contained in:
liangqitao
2022-02-22 11:01:43 +08:00
parent 1a72e3f376
commit 84c1d806dc
+5
View File
@@ -97,3 +97,8 @@ INSERT INTO `sys_dict_item`(`id`, `dict_id`, `item_text`, `item_value`, `descrip
INSERT INTO `sys_dict_item`(`id`, `dict_id`, `item_text`, `item_value`, `description`, `sort_order`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1480728638352605185', '1480727974285230081', '凭证被拒绝', '5', '', 5.00, 1, 'LKGLZ', '2022-01-11 10:29:53', NULL, NULL);
INSERT INTO `sys_dict_item`(`id`, `dict_id`, `item_text`, `item_value`, `description`, `sort_order`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1480728688457760770', '1480727974285230081', '待签到', '6', '', 6.00, 1, 'LKGLZ', '2022-01-11 10:30:05', NULL, NULL);
INSERT INTO `sys_dict_item`(`id`, `dict_id`, `item_text`, `item_value`, `description`, `sort_order`, `status`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES ('1480728741738004481', '1480727974285230081', '已签到', '7', '', 7.00, 1, 'LKGLZ', '2022-01-11 10:30:17', NULL, NULL);
-- 2022-02-22 优化 合同的状态文字,草稿改成审核中,待存档改成双方盖章
UPDATE `income_payments`.`sys_dict_item` SET `item_text` = '审核中', `update_time` = '2022-02-22 09:56:45' WHERE `id` = '1434774614361071617';
UPDATE `income_payments`.`sys_dict_item` SET `item_text` = '双方盖章', `update_time` = '2022-02-22 09:56:32' WHERE `id` = '1434774669851713537';
UPDATE `income_payments`.`sys_dict_item` SET `item_text` = '双方盖章', `update_time` = '2022-02-22 09:56:23' WHERE `id` = '1452889074170695681';