浏览代码

no message

xingzai 6 月之前
父节点
当前提交
4ccb100959
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {