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