|
@@ -480,8 +480,8 @@ func (this *YanxuanSpecialMessageController) MessageSpecialList() {
|
|
|
|
|
|
var conditionMyself string
|
|
|
var parsMyself []interface{}
|
|
|
- conditionMyself += ` AND status = 0 AND parent_id = 0 AND user_id = ? `
|
|
|
- parsMyself = append(parsMyself, userId)
|
|
|
+ conditionMyself += ` AND status = 0 AND parent_id = 0 AND user_id = ? AND yanxuan_special_id = ? `
|
|
|
+ parsMyself = append(parsMyself, userId, yanxuanSpecialId)
|
|
|
|
|
|
var listMyself []*models.CygxYanxuanSpecialMessage
|
|
|
if currentIndex == 1 {
|