|
|
@@ -441,7 +441,7 @@ class OrderController extends BaseController
|
|
|
$hdId = $post['hdId'] ?? 0;
|
|
|
$hd = HdClass::getById($hdId, true);
|
|
|
if (empty($hd)) {
|
|
|
- util::fail('客户信息缺失');
|
|
|
+ util::fail('客户信息缺失,编号869');
|
|
|
}
|
|
|
$hdName = $hd->name ?? '';
|
|
|
$post['hdName'] = $hdName;
|