1
This commit is contained in:
@@ -13,8 +13,8 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
|
||||
order_sku_financial WHERE jx_store_id = ? AND created_at >= ? AND created_at <= ? AND name IN (` + dao.GenQuestionMarks(len(foodNameList)) + `)" GROUP BY vendor_order_id LIMIT 0, 1000`
|
||||
sqlParams = append(sqlParams, []interface{}{
|
||||
jxStoreId,
|
||||
startTime,
|
||||
endTime,
|
||||
startTime,
|
||||
foodNameList,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user