|
@@ -1103,11 +1103,7 @@ func SendPermissionApplyTemplateMsgAdmin(req models.ApplyTryReq, usermobile, app
|
|
|
}()
|
|
|
var configCode string
|
|
|
//如果是研选的就推送给汪洋跟王芳,否则就推送给王芳
|
|
|
- if isResearch {
|
|
|
- configCode = utils.TPL_MSG_WANG_FANG_WANG_YANG
|
|
|
- } else {
|
|
|
- configCode = utils.TPL_MSG
|
|
|
- }
|
|
|
+ configCode = utils.TPL_MSG_WANG_FANG_WANG_YANG
|
|
|
cnf, e := models.GetConfigByCode(configCode)
|
|
|
if e != nil {
|
|
|
err = errors.New("GetConfigByCode, Err: " + e.Error() + configCode)
|