shish 1 жил өмнө
parent
commit
96269151fd

+ 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);