ソースを参照

tt

release_toaliyun_real
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>


読み込み中…
キャンセル
保存