This commit is contained in:
suyl
2021-09-02 17:26:56 +08:00
parent 1d2bfb7cb7
commit d81b84f71a
3 changed files with 2 additions and 4 deletions

View File

@@ -911,8 +911,6 @@ func OrderDeliveryReport(ctx *jxcontext.Context, storeIDs, brandIDs []int, vendo
ORDER BY a.order_created_at DESC
LIMIT ? OFFSET ?
`
fmt.Println(sql)
fmt.Println(sqlParams)
pageSize = jxutils.FormalizePageSize(pageSize)
sqlParams = append(sqlParams, pageSize, offset)
txDB, _ := dao.Begin(db)