|
@@ -290,6 +290,7 @@ class CustomController extends BaseController
|
|
|
//添加虚拟客户
|
|
//添加虚拟客户
|
|
|
if ($virtual == 1) {
|
|
if ($virtual == 1) {
|
|
|
$mobile = orderSn::getMobileSn();
|
|
$mobile = orderSn::getMobileSn();
|
|
|
|
|
+ $confirmMobile = $mobile;
|
|
|
} else {
|
|
} else {
|
|
|
util::fail($name . " 手机号不能为空");
|
|
util::fail($name . " 手机号不能为空");
|
|
|
}
|
|
}
|