|
@@ -118,7 +118,7 @@ func CheckYxSpecialIsApprovalPersonnel(mobile string) (isApprovalPersonnel bool)
|
|
|
}()
|
|
|
var configCode string
|
|
|
//获取配置项里面审核人员的手机号
|
|
|
- configCode = utils.TPL_MSG_WANG_FANG_WANG_YANG
|
|
|
+ configCode = utils.TPL_MSG_YAN_XUAN_SPECIAL_APPROVAL
|
|
|
cnf, e := models.GetConfigByCode(configCode)
|
|
|
if e != nil {
|
|
|
err = errors.New("GetConfigByCode, Err: " + e.Error() + configCode)
|