Procházet zdrojové kódy

fix card

release_toaliyun_real
lin před 3 roky
rodič
revize
ccbe67a34c
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      mallinkAdmin/src/main/resources/db/migration/V2023022800001__card.sql

+ 3
- 0
mallinkAdmin/src/main/resources/db/migration/V2023022800001__card.sql Zobrazit soubor

@@ -13,6 +13,9 @@ alter table wx_card_info add column status int(1) not null default 0 comment '
#update wx_card_info ci left join wx_coupon_order_89 co on ci.id = co.id #update wx_card_info ci left join wx_coupon_order_89 co on ci.id = co.id
#set ci.c_user_id = co.c_user_id, ci.owner_user_id = co.owner_id #set ci.c_user_id = co.c_user_id, ci.owner_user_id = co.owner_id


#update wx_card_info ci left join wx_coupon_password cp on ci.id = cp.card_id
#set ci.coupon_password_id = cp.id where cp.card_id is not null



alter table wx_coupon_password add column is_stop int(1) not null default 0 comment '是否已停止1-是,0-否'; alter table wx_coupon_password add column is_stop int(1) not null default 0 comment '是否已停止1-是,0-否';




Načítá se…
Zrušit
Uložit