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