1
This commit is contained in:
@@ -3525,6 +3525,9 @@ func UpdateJdStoreNameAll(ctx *jxcontext.Context) (err error) {
|
||||
`
|
||||
if err = dao.GetRows(db, &stores, sql, model.VendorIDJD, v); err == nil {
|
||||
for _, store := range stores {
|
||||
if store.Status == model.StoreStatusDisabled {
|
||||
continue
|
||||
}
|
||||
a := jd.GetAPI(store.VendorOrgCode)
|
||||
storeParams := &jdapi.OpStoreParams{
|
||||
StationNo: store.VendorStoreID,
|
||||
|
||||
Reference in New Issue
Block a user