浏览代码

no message

xingzai 1 年之前
父节点
当前提交
4896121bc2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/yanxuan_special.go

+ 1 - 1
controllers/yanxuan_special.go

@@ -204,7 +204,7 @@ func (this *YanxuanSpecialController) Detail() {
 
 	//如果状态未审核通过,而且查看的不是本人,不是审核人员,就无法查看详情
 	var configCode string
-	configCode = utils.TPL_MSG_WANG_FANG_WANG_YANG
+	configCode = utils.TPL_MSG_YAN_XUAN_SPECIAL_APPROVAL
 	cnf, err := models.GetConfigByCode(configCode)
 	if err != nil {
 		br.Msg = "获取失败"