统计订单接口修改
This commit is contained in:
@@ -33,7 +33,7 @@ func GetStatisticsReportForOrders(ctx *jxcontext.Context, storeIDs []int, fromDa
|
||||
if StatisticsForOrdersExistsStore == nil {
|
||||
continue
|
||||
}
|
||||
StatisticsForOrdersExists, err = dao.GetStatisticsForOrdersExist(db, id)
|
||||
StatisticsForOrdersExists, err = dao.GetStatisticsForOrdersExist(db, id, fromDateParm, toDateParm)
|
||||
//若该门店存在此查询条件范围内的订单
|
||||
if StatisticsForOrdersExists != nil {
|
||||
storeIDsExist = append(storeIDsExist, id)
|
||||
|
||||
Reference in New Issue
Block a user