Sfoglia il codice sorgente

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

release_toaliyun_real
gongbiao 7 anni fa
parent
commit
d889e686c8
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  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 Vedi 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;

Caricamento…
Annulla
Salva