Преглед изворни кода

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

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 ">
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}


Loading…
Откажи
Сачувај