fanli/src/main/java/com/yeshi/fanli/mapping/push/PushCouponMapper.xml
@@ -83,7 +83,7 @@ AND (pc_title like '%${key}%' or pc_content like '%${key}%') </if> <if test='state != null'> AND pg_is_push = #{state} AND pc_pushed = #{state} </if> ORDER BY pc_create_time desc LIMIT ${start},${count}