shish 1 год назад
Родитель
Сommit
96269151fd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-hd/controllers/RechargeController.php

+ 1 - 1
app-hd/controllers/RechargeController.php

@@ -124,7 +124,7 @@ class RechargeController extends BaseController
             util::fail('没有找到客户');
         }
         if($custom->shopId != $this->shopId) {
-            util::fail('不是你的客户');
+            util::fail('不是你的客户'.$custom->shopId.' '.$this->shopId);
         }
         $where = ['shopId' => $this->shopId,'customId' => $customId];
         $list = RechargeClass::getRechargeList($where);