Browse Source

no message

xingzai 6 months ago
parent
commit
4ccb100959
1 changed files with 1 additions and 0 deletions
  1. 1 0
      services/ficc_report.go

+ 1 - 0
services/ficc_report.go

@@ -552,6 +552,7 @@ func GetFiccRreportToCygxArticle(cont context.Context) (err error) {
 		return
 	}
 	condition = ` AND id IN (` + utils.GetOrmInReplace(lenArr) + `) `
+	pars = make([]interface{}, 0)
 	pars = append(pars, cygxFiccReportIds)
 	ficcReportListPush, e := ficc_report.GetFiccRreportToCygxArticle(condition, pars)
 	if e != nil {