补充日志说明

This commit is contained in:
qidongsheng
2020-07-01 14:08:15 +08:00
parent cb1ed20419
commit cf9157b3cb

View File

@@ -567,6 +567,7 @@ func CompareJxAndMultiVenderDepot(ctx *jxcontext.Context, vendorMap map[int]bool
}
func StoreOpenAll(ctx *jxcontext.Context) {
globals.SugarLogger.Debug("StoreOpenAll skuID is start")
/* 美团配送的门店营业状态,如果是休息,则京西这边不发单,如果是营业,京西这边状态就是发单
美团配送的门店营业状态要通过网页扒取(应该是接了的代码里要找一下)*/
/*获取门店信息*/
@@ -725,6 +726,7 @@ func StoreOpenAll(ctx *jxcontext.Context) {
}
}
}
globals.SugarLogger.Debug("StoreOpenAll skuID is Complete")
}
//func StoreOpenAll(ctx *jxcontext.Context) {