shauxin 0jiesuanjia

This commit is contained in:
苏尹岚
2020-11-16 14:22:54 +08:00
parent d2e6cdc9c3
commit 7c2256d12f
2 changed files with 2 additions and 2 deletions

View File

@@ -1327,7 +1327,7 @@ func RefreshJdShopOrdersEarningPrice(ctx *jxcontext.Context, orderStartTime, ord
var (
db = dao.GetDB()
)
results, err := api.JdAPI.GetJdShopOrders(orderStartTime, orderEndTime, globals.JdOrgCode, globals.JdLoginName)
results, err := api.JdAPI.GetJdShopOrders(utils.Str2Time(orderStartTime).Format("20060102"), utils.Str2Time(orderEndTime).Format("20060102"), globals.JdOrgCode, globals.JdLoginName)
if err != nil {
return err
}