Browse Source

no message

xingzai 7 tháng trước cách đây
mục cha
commit
4ccb100959
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {