|
|
@@ -141,7 +141,7 @@ class ShopController extends BaseController
|
|
|
$id = $post['id'] ?? 0;
|
|
|
$shop = ShopService::getById($id);
|
|
|
if (empty($shop)) {
|
|
|
- util::fail('没有找到门店65');
|
|
|
+ util::fail('没有找到门店,编号657701');
|
|
|
}
|
|
|
$staff = $this->shopAdmin;
|
|
|
if (isset($staff->finance) == false || $staff->finance == 0) {
|