!
This commit is contained in:
@@ -44,7 +44,7 @@ func GetBadCommentOrderId(jxStoreId int, startTime, endTime time.Time, foodNameL
|
||||
mathProbability := make(map[string]float64, 0)
|
||||
for _, v := range vendorOrderIdList {
|
||||
skuFinancial := make([]*model.OrderSkuFinancial, 0, 0)
|
||||
if err := GetRows(GetDB(), skuFinancial, sql2, []interface{}{v}...); err != nil {
|
||||
if err := GetRows(GetDB(), &skuFinancial, sql2, []interface{}{v}...); err != nil {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user