Browse Source

[账单数据sql][修改][修改付款方式默认值]

release_toaliyun_real
gongbiao 7 years ago
parent
commit
d889e686c8
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql

+ 7
- 0
mallinkAdmin/src/main/resources/db/migration/V201904201830__UPDATE_BILL_DATA.sql View File

@@ -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;

Loading…
Cancel
Save