From 8e943059db6d34e0911b0f701a2ba30044ab91c7 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 22 Feb 2022 13:55:38 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=20-=E8=A7=A3=E5=86=B3=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=80=A0=E6=88=90=E7=9A=84bug:=20=E4=BC=9A?= =?UTF-8?q?=E5=91=98=E8=B4=A6=E6=88=B7=E5=9C=A8=E4=BC=9A=E5=91=98=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E7=9A=84=E6=97=B6=E5=80=99=20=E6=B2=A1=E6=9C=89member?= =?UTF-8?q?Id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/增量SQL/update20211210.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/增量SQL/update20211210.sql b/db/增量SQL/update20211210.sql index ecee488d..6152fc63 100644 --- a/db/增量SQL/update20211210.sql +++ b/db/增量SQL/update20211210.sql @@ -102,3 +102,5 @@ UPDATE `income_payments`.`sys_dict_item` SET `item_text` = '审核中', `update 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'; +-- 2022-02-22 解决历史数据造成的bug: 会员账户在会员缴费的时候 没有memberId ,后续修改了代码,但需要单独处理历史数据 +UPDATE `pay_contacts_management` SET `member_id` = '1493753775364714497' WHERE `id` = '1493046320367828993'; \ No newline at end of file