修改SetMTPSStatus调用

This commit is contained in:
平凡梦
2020-07-09 14:27:13 +08:00
parent adfee67070
commit 006e5771cd

View File

@@ -1517,8 +1517,6 @@ func GetStoreCourierMaps(ctx *jxcontext.Context, db *dao.DaoDB, storeID int, ven
continue
} else {
SetMTPSStatus(jxcontext.AdminCtx, v.StoreID, v.Status)
storeCourierMaps = nil
err = dao.GetEntitiesByKV(db, &storeCourierMaps, cond, false)
break
}
}