|
|
@@ -957,7 +957,7 @@ class PurchaseClass extends BaseClass
|
|
|
|
|
|
$shop = ShopClass::getLockById($shopId);
|
|
|
if (empty($shop)) {
|
|
|
- util::fail('没有找到门店59');
|
|
|
+ util::fail('没有找到门店59 ' . $shopId);
|
|
|
}
|
|
|
$mainId = $shop->mainId ?? 0;
|
|
|
$main = MainClass::getLockById($mainId);
|