正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -153,7 +153,7 @@ func (dao OrderBaseDao) OrderBonusListForExcel(companyId int64, orderType int, p | @@ -153,7 +153,7 @@ func (dao OrderBaseDao) OrderBonusListForExcel(companyId int64, orderType int, p | ||
153 | sqlStr += ` AND t1.partner_category @>'{"id":?}'` | 153 | sqlStr += ` AND t1.partner_category @>'{"id":?}'` |
154 | param = append(param, partnerCategory) | 154 | param = append(param, partnerCategory) |
155 | } | 155 | } |
156 | - sqlStr += ` ORDER BY t1.update_time DESC limit 10 ` | 156 | + sqlStr += ` ORDER BY t1.update_time DESC limit 10000 ` |
157 | tx := dao.transactionContext.GetDB() | 157 | tx := dao.transactionContext.GetDB() |
158 | _, err = tx.Query(&result, sqlStr, param...) | 158 | _, err = tx.Query(&result, sqlStr, param...) |
159 | 159 |
-
请 注册 或 登录 后发表评论