|
@@ -2,6 +2,7 @@ package controllers
|
|
|
|
|
|
import (
|
|
|
"encoding/json"
|
|
|
+ "fmt"
|
|
|
"github.com/rdlucklib/rdluck_tools/paging"
|
|
|
"hongze/hongze_clpt/models"
|
|
|
"hongze/hongze_clpt/services"
|
|
@@ -49,6 +50,7 @@ func (this *ActivitySpecialController) SpecialList() {
|
|
|
}
|
|
|
|
|
|
conditionActivity := services.ActivityLabelSpecialSql(chartPermissionIds, whichDay, activeState)
|
|
|
+ fmt.Println(conditionActivity)
|
|
|
list, total, errList := services.GetActivitySpecialList(user, currentIndex, pageSize, "", conditionActivity)
|
|
|
if errList != nil {
|
|
|
br.Msg = "获取失败"
|