shish пре 3 година
родитељ
комит
2fd3333ea4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app-ghs/controllers/CustomController.php

+ 1 - 0
app-ghs/controllers/CustomController.php

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