Просмотр исходного кода

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

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
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}


Загрузка…
Отмена
Сохранить