|
@@ -713,6 +713,8 @@ public class ChangeOrderLogic {
|
|
|
|
|
|
|
|
|
AdminWebsit adminWebsit = adminWebsitMap.get(websitId);
|
|
|
+ if (adminWebsit == null)
|
|
|
+ throw new RemoteServiceException(websitId+"未找到该网点");
|
|
|
Region region = orderBaseLogic.getRegion(pName, cName, aName, sName);
|
|
|
|
|
|
|