From 84c1d806dcac248c845333df9f46babdcbf74c87 Mon Sep 17 00:00:00 2001 From: liangqitao <12345678> Date: Tue, 22 Feb 2022 11:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=A2=9E=E9=87=8Fsql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/增量SQL/update20211210.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db/增量SQL/update20211210.sql b/db/增量SQL/update20211210.sql index dfd82218..ecee488d 100644 --- a/db/增量SQL/update20211210.sql +++ b/db/增量SQL/update20211210.sql @@ -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'; +