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