zwxi 10 달 전
부모
커밋
a1f1e65975
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      services/user.go

+ 1 - 1
services/user.go

@@ -1177,7 +1177,7 @@ func SendPermissionApplyTemplateMsgAdmin(req models.ApplyTryReq, usermobile, app
 
 	for _, v := range openIdList {
 		go SendPermissionApplyTemplateMsg(req.RealName, req.CompanyName, usermobile, applyMethod, v)
-		go SendPermissionApplyCategoryTemplateMsg(req.RealName, req.CompanyName, usermobile, applyMethod, v)
+		go SendPermissionApplyCategoryTemplateMsg(req.RealName, req.CompanyName, usermobile, applyMethod, v, "")
 	}
 
 	//openIpItem, e := models.GetUserRecordByMobile(4, cnf.ConfigValue)