ソースを参照

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

release_toaliyun_real
gongbiao 6年前
コミット
2ed6a28289
1個のファイルの変更9行の追加2行の削除
  1. +9
    -2
      mallinkService/src/main/resources/mapper/WxMerchantSubsidyMapper.xml

+ 9
- 2
mallinkService/src/main/resources/mapper/WxMerchantSubsidyMapper.xml ファイルの表示

@@ -252,8 +252,15 @@
<if test=" null != type "> <if test=" null != type ">
and ms.`type` = #{type} and ms.`type` = #{type}
</if> </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>
<if test=" null != freeze "> <if test=" null != freeze ">
and ms.`freeze` = #{freeze} and ms.`freeze` = #{freeze}


読み込み中…
キャンセル
保存