From d889e686c872bed4c045122fb1de13fe803b6079 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Sat, 20 Apr 2019 18:27:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E8=B4=A6=E5=8D=95=E6=95=B0=E6=8D=AEsql][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E4=BF=AE=E6=94=B9=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E9=BB=98=E8=AE=A4=E5=80=BC]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../db/migration/V201904201830__UPDATE_BILL_DATA.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql b/mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql new file mode 100644 index 000000000..6bb37cc8d --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql @@ -0,0 +1,7 @@ +update wx_bill_rent set pay_way=-1; +update wx_bill_rent_deposit set pay_way=-1; +update wx_bill_property set pay_way=-1; +update wx_bill_property_deposit set pay_way=-1; +update wx_bill_daily set pay_way=-1; +update wx_bill_other set pay_way=-1; +update wx_bill_other_deposit set pay_way=-1;