|
@@ -74,6 +74,7 @@ public interface FsCouponMapper
|
|
|
" <if test=\"eTime != null \"> and DATE(limit_time) <= DATE(#{eTime})</if>\n" +
|
|
" <if test=\"eTime != null \"> and DATE(limit_time) <= DATE(#{eTime})</if>\n" +
|
|
|
" <if test=\"couponType != null \"> and coupon_type = #{couponType}</if>\n" +
|
|
" <if test=\"couponType != null \"> and coupon_type = #{couponType}</if>\n" +
|
|
|
" <if test=\"price != null \"> and price = #{price}</if>\n" +
|
|
" <if test=\"price != null \"> and price = #{price}</if>\n" +
|
|
|
|
|
+ " <if test=\"status != null \"> and status = #{status}</if>\n" +
|
|
|
"</where>"+
|
|
"</where>"+
|
|
|
"order by coupon_id desc"+
|
|
"order by coupon_id desc"+
|
|
|
"</script>"})
|
|
"</script>"})
|