From 8cbd1eac6744c8ccdef202bab9f854d94550e394 Mon Sep 17 00:00:00 2001 From: gongbiao Date: Thu, 16 May 2019 16:10:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=A7=9F=E8=B5=81=E4=B8=8E=E7=89=A9=E4=B8=9A?= =?UTF-8?q?=E8=B4=A6=E5=8D=95][=E4=BF=AE=E6=94=B9[=E6=AC=A0=E7=BC=B4?= =?UTF-8?q?=E8=B5=8B=E5=80=BCSQL]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/db/migration/V201905161611__UPATE_BILL.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mallinkAdmin/src/main/resources/db/migration/V201905161611__UPATE_BILL.sql diff --git a/mallinkAdmin/src/main/resources/db/migration/V201905161611__UPATE_BILL.sql b/mallinkAdmin/src/main/resources/db/migration/V201905161611__UPATE_BILL.sql new file mode 100644 index 000000000..df6b39ddc --- /dev/null +++ b/mallinkAdmin/src/main/resources/db/migration/V201905161611__UPATE_BILL.sql @@ -0,0 +1,2 @@ +update wx_bill_rent set owe=receive_pay-pay where status in (2,4); +update wx_bill_property set owe=receive_pay-pay where status in(2,4); \ No newline at end of file