@ -13,6 +13,6 @@ public interface HighCouponMapperExt {
*@return
*@return
*/
*/
@Select({"SELECT count(1) FROM `high_child_order` "+
@Select({"SELECT count(1) FROM `high_child_order` "+
"where goods_type = 1 and goods_id = #{couponId} and child_order_status in (2,3,6,7) and DATE_FORMAT(pay_time,'%Y%m')=DATE_FORMAT(CURDATE(),'%Y%m');"})
"where goods_type = 1 and goods_id = #{couponId} and child_order_status in (2,3,6,7) and DATE_FORMAT(pay_time,'%Y%m')=DATE_FORMAT(CURDATE(),'%Y%m')"})