fix
This commit is contained in:
@@ -98,7 +98,7 @@ public class SyncMainSysServerImpl implements SyncMainSysServer {
|
|||||||
BigRegionDO byRegionId = bigRegionDAO.getByRegionId(shopInfo.getRegionId());
|
BigRegionDO byRegionId = bigRegionDAO.getByRegionId(shopInfo.getRegionId());
|
||||||
if (byRegionId != null) {
|
if (byRegionId != null) {
|
||||||
requestBody.setStore_area(byRegionId.getStoreManageRegionId() == null
|
requestBody.setStore_area(byRegionId.getStoreManageRegionId() == null
|
||||||
? shopInfo.getRegionId().toString() : shopInfo.getManagerRegionId().toString());
|
? shopInfo.getRegionId().toString() : byRegionId.getStoreManageRegionId().toString());
|
||||||
} else {
|
} else {
|
||||||
requestBody.setStore_area(shopInfo.getRegionId().toString());
|
requestBody.setStore_area(shopInfo.getRegionId().toString());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user