Browse Source

优惠券提示问题修复

evoxwht 2 years atrás
parent
commit
e92d41c9bc
1 changed files with 1 additions and 1 deletions
  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('用户领取数量不能大于优惠券发布数量');
             }
         }