cloud-server-activity/src/main/resources/mapper/CouponMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
cloud-server-activity/src/main/resources/mapper/CouponMapper.xml
@@ -26,19 +26,6 @@ `status`, state from t_coupon where 1 = 1SELECT id, `name`, useScope, `type`, distributionMethod, date_format(startTime ,'%Y-%m-%d') as startTime, date_format(endTime ,'%Y-%m-%d') as endTime, userPopulation, quantityIssued, pickUpQuantity, `status`, state from t_coupon where 1=1 <if test="name != null"> and `name` like concat('%', #{name}, '%')