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

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

@@ -77,6 +77,10 @@
and c.`type` = #{type}
</if>

<if test=" null != columnId ">
and c.`column_id` = #{columnId}
</if>

<if test=" null != title and ''!=title">
and c.`title` like concat('%', #{title},'%')
</if>


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