aa
This commit is contained in:
@@ -911,6 +911,8 @@ 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)
|
||||
|
||||
Reference in New Issue
Block a user