Ver a proveniência

fix

release_toaliyun_real
winter há 1 ano
ascendente
cometimento
d16d238315
2 ficheiros alterados com 4 adições e 8 eliminações
  1. +2
    -6
      mallinkAdmin/src/main/resources/db/migration/V202504000000002.sql
  2. +2
    -2
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 2
- 6
mallinkAdmin/src/main/resources/db/migration/V202504000000002.sql Ver ficheiro

@@ -39,12 +39,6 @@ alter table wx_rent_contract drop column first_bill_receive_date;
alter table wx_rent_contract drop column agile_type; alter table wx_rent_contract drop column agile_type;










alter table wx_energy_fees_0 drop column type; alter table wx_energy_fees_0 drop column type;
alter table wx_energy_fees_0 drop column bill_type; alter table wx_energy_fees_0 drop column bill_type;
alter table wx_energy_fees_0 drop column is_public; alter table wx_energy_fees_0 drop column is_public;
@@ -259,6 +253,8 @@ create table wx_finance_fees_97 like wx_finance_fees;
create table wx_finance_fees_98 like wx_finance_fees; create table wx_finance_fees_98 like wx_finance_fees;
create table wx_finance_fees_99 like wx_finance_fees; create table wx_finance_fees_99 like wx_finance_fees;


drop table wx_finance_fees;



alter table wx_bill_action_0 drop column bill_type; alter table wx_bill_action_0 drop column bill_type;
alter table wx_bill_action_1 drop column bill_type; alter table wx_bill_action_1 drop column bill_type;


+ 2
- 2
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Ver ficheiro

@@ -489,12 +489,12 @@
) )
<choose> <choose>
<when test="expired == 0"> <when test="expired == 0">
or <![CDATA[ valid_type = 2 ]]>
or <![CDATA[ valid_type = 2 ]]> or <![CDATA[ valid_type = 3 ]]>
</when> </when>
<when test="expired == 1"> <when test="expired == 1">
</when> </when>
<otherwise> <otherwise>
or <![CDATA[ valid_type = 2 ]]>
or <![CDATA[ valid_type = 2 ]]> or <![CDATA[ valid_type = 3 ]]>
</otherwise> </otherwise>
</choose> </choose>
) )


Carregando…
Cancelar
Guardar