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

Merge branch 'release_real_202008' of https://git.youlane.cn/server/formallProject into release_real_202008

release_toaliyun_real
xiaohanzi 5 лет назад
Родитель
Сommit
faa081a62f
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxMerchantMapper.xml Просмотреть файл

@@ -214,6 +214,9 @@
<if test=" null != status ">
and `status` = #{status}
</if>
<if test=" null != type ">
and `type` = #{type}
</if>
order by create_date desc
</select>


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