|
@@ -208,7 +208,7 @@ class LiveOrderClass extends BaseClass
|
|
|
$price = bcmul($num, $unitPrice, 2);
|
|
$price = bcmul($num, $unitPrice, 2);
|
|
|
$customInfo = $infoList[$customId] ?? null;
|
|
$customInfo = $infoList[$customId] ?? null;
|
|
|
if (empty($customInfo)) {
|
|
if (empty($customInfo)) {
|
|
|
- util::fail('客户信息缺失');
|
|
|
|
|
|
|
+ util::fail('客户信息缺失,编号673');
|
|
|
}
|
|
}
|
|
|
$customName = $customInfo->name ?? '';
|
|
$customName = $customInfo->name ?? '';
|
|
|
$customMainId = $customInfo->mainId ?? 0;
|
|
$customMainId = $customInfo->mainId ?? 0;
|