This commit is contained in:
richboo111
2022-08-24 09:48:05 +08:00
parent 19ffeb61ab
commit fa9536fdce
2 changed files with 5 additions and 5 deletions

View File

@@ -64,7 +64,10 @@ func (c *StoreController) GetStores() {
if err != nil {
return nil, "", err
}
globals.SugarLogger.Debug("检测数据param", params.Ctx, params.Keyword, params.MapData, params.Offset, params.PageSize, timeList[0], timeList[1], params.OrderCountFrom, params.OrderCountTo)
globals.SugarLogger.Debug("=================", params.Ctx)
globals.SugarLogger.Debug("=================", params.Keyword)
globals.SugarLogger.Debug("=================", params.MapData)
globals.SugarLogger.Debug("检测数据param", params.Offset, params.PageSize, timeList[0], timeList[1], params.OrderCountFrom, params.OrderCountTo)
retVal, err = cms.GetStores(params.Ctx, params.Keyword, params.MapData, params.Offset, params.PageSize, timeList[0], timeList[1], params.OrderCountFrom, params.OrderCountTo)
return retVal, "", err
})