|
@@ -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 {
|