xhxu пре 5 година
родитељ
комит
49126edf20
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 3
- 0
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Прегледај датотеку

@@ -884,6 +884,9 @@
<if test=" null != title "> <if test=" null != title ">
and c.title like concat('%', #{title},'%') and c.title like concat('%', #{title},'%')
</if> </if>
<if test=" null != type ">
and c.`type` = #{type}
</if>
<if test=" null != business "> <if test=" null != business ">
and c.business = #{business} and c.business = #{business}
</if> </if>


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