kobe6258 преди 4 месеца
родител
ревизия
3441af4449
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      services/user_source_click_flow.go

+ 2 - 0
services/user_source_click_flow.go

@@ -10,6 +10,8 @@ import (
 func GetUserSourceClickFlowListCountByUserId(userId int, condition string, pars []interface{}, permissionIds []int, product models.SourceType) (total int, conditionNew string, parsNew []interface{}, err error) {
 	if len(permissionIds) == 0 {
 		total, err = models.GetUserSourceClickFlowListCountByUserId(userId, condition, pars)
+		conditionNew = condition
+		parsNew = pars
 		return
 	}
 	if product == models.AudioSourceType || product == models.VideoSourceType {