소스 검색

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

csx 4 년 전
부모
커밋
d639342a23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/new_mobile_api_controllers/mobile_regist_controller.go

+ 1 - 1
controllers/new_mobile_api_controllers/mobile_regist_controller.go 파일 보기

@@ -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)