Просмотр исходного кода

Merge branch 'master' of http://18.167.157.193:1026/guanli/ngds into feature/theo-translate

theo 3 лет назад
Родитель
Сommit
cdff171ae7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      backendApi/modules/v1/controllers/UserController.php

+ 1 - 1
backendApi/modules/v1/controllers/UserController.php

@@ -1081,7 +1081,7 @@ class UserController extends BaseController
         $allNation = Yii::$app->params['nation'];
         // 所有开户行
         $allOpenBank = OpenBank::findAllAsArray('STATUS=1');
-        if (!$userName = Info::generateUserName('KD')) {
+        if (!$userName = Info::generateUserName('NG')) {
             return static::notice('会员编号生成失败', 400);
         }
         return static::notice(['allDecRole' => $allDecRole, 'allNation' => $allNation, 'allOpenBank' => $allOpenBank, 'userName' => $userName]);