|
|
@@ -436,6 +436,9 @@ class OrderController extends BaseController
|
|
|
util::fail('没有找到客户哦');
|
|
|
}
|
|
|
$post['customId'] = $customId;
|
|
|
+ $customName = $custom['name'] ?? '';
|
|
|
+ $post['customName'] = $customName;
|
|
|
+ $post['customNamePy'] = stringUtil::py($customName);
|
|
|
|
|
|
if (isset($post['receiveMobile']) && !empty($post['receiveMobile'])) {
|
|
|
if (stringUtil::isMobile($post['receiveMobile']) == false) {
|