Browse Source

临时回撤

xiexiaoyuan 2 years ago
parent
commit
fbf5f9894d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      services/community/question.go

+ 2 - 1
services/community/question.go

@@ -30,7 +30,8 @@ func GetQuestionList(pageIndex, pageSize, onlyMine, chartPermissionId, replyStat
 	}
 	if onlyMine == 1 {
 		if isResearcher {  //如果是研究员
-			if replyStatus == 4  {  //分配给研究员未回答的问题
+			//if replyStatus == 4  {  //分配给研究员未回答的问题
+			if replyStatus == 2  {  //分配给研究员未回答的问题,
 				condition += " and replier_user_id=? and reply_status = 2"
 				pars = append(pars, userInfo.UserID)
 			} else if replyStatus == 2 { //研究员提问的问题未分配或者未回答的问题