evoxwht 2 лет назад
Родитель
Сommit
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('用户领取数量不能大于优惠券发布数量');
             }
         }