瀏覽代碼

专用储值卡

gorden 6 月之前
父節點
當前提交
f61d5dda5e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/service/coupon/CardService.php

+ 1 - 1
app/admin/service/coupon/CardService.php

@@ -59,7 +59,7 @@ class CardService
             $oldCardId = $lastCard->card_id;
             $oldCardId = ltrim($oldCardId, $demandConfig['prefix']);
             $oldCardId = rtrim($oldCardId, $demandConfig['suffix']);
-            $oldCardId = ltrim($oldCardId, $demandConfig['rand']);
+            $oldCardId = ltrim($oldCardId, $rand);
             $number = intval($oldCardId) + 1;
         } else {
             $number = $begin;