|
|
@@ -342,7 +342,7 @@ public class PositionServiceImpl extends ServiceImpl<PositionMapper, Position> i
|
|
|
positionAddress.setCityId(Integer.parseInt(jsonObject.getString("cityId")));
|
|
|
positionAddress.setCountryId(Integer.parseInt(jsonObject.getString("countryId")));
|
|
|
positionAddress.setAdname(jsonObject.getString("adname"));
|
|
|
- positionAddress.setAdname(jsonObject.getString("address"));
|
|
|
+ positionAddress.setAddress(jsonObject.getString("address"));
|
|
|
positionAddress.setIsThisAreaPublish(Integer.parseInt(jsonObject.getString("isThisAreaPublish")));
|
|
|
positionAddressService.save(positionAddress);
|
|
|
}
|
|
|
@@ -457,7 +457,7 @@ public class PositionServiceImpl extends ServiceImpl<PositionMapper, Position> i
|
|
|
positionAddress.setCityId(Integer.parseInt(jsonObject.getString("cityId")));
|
|
|
positionAddress.setCountryId(Integer.parseInt(jsonObject.getString("countryId")));
|
|
|
positionAddress.setAdname(jsonObject.getString("adname"));
|
|
|
- positionAddress.setAdname(jsonObject.getString("address"));
|
|
|
+ positionAddress.setAddress(jsonObject.getString("address"));
|
|
|
positionAddress.setIsThisAreaPublish(Integer.parseInt(jsonObject.getString("isThisAreaPublish")));
|
|
|
positionAddressService.save(positionAddress);
|
|
|
}
|