Sfoglia il codice sorgente

Merge branch 'master' of http://git.shengws.com/csx/XT_New

csx 4 anni fa
parent
commit
d639342a23

+ 1 - 1
controllers/new_mobile_api_controllers/mobile_regist_controller.go Vedi File

@@ -242,7 +242,7 @@ func (this *MobileRegistController) CreateOrg() {
242 242
 		//初始化设备管理org
243 243
 		InitEquitMentInformation(org)
244 244
 		//初始化显示配置
245
-		InitShowConfig(org)
245
+		//InitShowConfig(org)
246 246
 
247 247
 		//创建完机构后进行登录验证操作
248 248
 		ip := utils.GetIP(this.Ctx.Request)