This commit is contained in:
邹宗楠
2025-03-27 15:59:02 +08:00
parent ebc26e5c82
commit f4047b724c
2 changed files with 18 additions and 17 deletions

View File

@@ -624,7 +624,6 @@ func GetStores(ctx *jxcontext.Context, keyword string, params map[string]interfa
}
}
}
globals.SugarLogger.Debugf("-----params2 :%s", utils.Format4Output(params, false))
sql, sqlParams, _, _, err := getStoresSql(ctx, keyword, params, orderTimeFrom, orderTimeTo)
if err != nil {
return nil, err