فهرست منبع

优惠券提示问题修复

evoxwht 2 سال پیش
والد
کامیت
e92d41c9bc
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      crmeb/app/services/activity/coupon/StoreCouponIssueServices.php

+ 1 - 1
crmeb/app/services/activity/coupon/StoreCouponIssueServices.php

@@ -118,7 +118,7 @@ class StoreCouponIssueServices extends BaseServices
 
         if ($data['end_time'] && $data['end_use_time']) {
             if ($data['end_use_time'] < $data['end_time']) {
-                throw new AdminException(400514);
+                throw new AdminException('用户领取数量不能大于优惠券发布数量');
             }
         }