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

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

release_toaliyun_real
xiaohanzi пре 5 година
родитељ
комит
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>


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