1
This commit is contained in:
@@ -1684,7 +1684,7 @@ func StatisticsIncome(db *DaoDB, startTime, endTime time.Time, storeId int, bran
|
||||
}
|
||||
if len(vendorId) != model.NO {
|
||||
sql += ` AND t1.vendor_id IN (` + GenQuestionMarks(len(vendorId)) + `)`
|
||||
parma = append(parma, brandId)
|
||||
parma = append(parma, vendorId)
|
||||
}
|
||||
|
||||
sql += ` GROUP BY t1.jx_store_id`
|
||||
|
||||
Reference in New Issue
Block a user