Przeglądaj źródła

[营销结算][修改][查询]

release_toaliyun_real
gongbiao 6 lat temu
rodzic
commit
2ed6a28289
1 zmienionych plików z 9 dodań i 2 usunięć
  1. +9
    -2
      mallinkService/src/main/resources/mapper/WxMerchantSubsidyMapper.xml

+ 9
- 2
mallinkService/src/main/resources/mapper/WxMerchantSubsidyMapper.xml Wyświetl plik

@@ -252,8 +252,15 @@
<if test=" null != type ">
and ms.`type` = #{type}
</if>
<if test=" null != status ">
and ms.`status` = #{status}
<if test=" null != status">
<choose>
<when test="status=0">
and ms.`status` = #{status}
</when>
<otherwise>
and ms.`status` in (1,2)
</otherwise>
</choose>
</if>
<if test=" null != freeze ">
and ms.`freeze` = #{freeze}


Ładowanie…
Anuluj
Zapisz