...
|
...
|
@@ -153,7 +153,7 @@ func (dao OrderBaseDao) OrderBonusListForExcel(companyId int64, orderType int, p |
|
|
sqlStr += ` AND t1.partner_category @>'{"id":?}'`
|
|
|
param = append(param, partnerCategory)
|
|
|
}
|
|
|
sqlStr += ` ORDER BY t1.update_time DESC limit 10 `
|
|
|
sqlStr += ` ORDER BY t1.update_time DESC limit 10000 `
|
|
|
tx := dao.transactionContext.GetDB()
|
|
|
_, err = tx.Query(&result, sqlStr, param...)
|
|
|
|
...
|
...
|
|