admin
2019-03-15 a8e45a802600ca1cde28fe8522a26635328bbd99
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}