Merge remote-tracking branch 'origin/cc_20240603_wantarea_bigregion' into cc_20240603_wantarea_bigregion
This commit is contained in:
@@ -17,7 +17,4 @@ public class AddLineRequest {
|
|||||||
private Long wantShopAreaId;
|
private Long wantShopAreaId;
|
||||||
|
|
||||||
private String investmentManagerUserId;
|
private String investmentManagerUserId;
|
||||||
|
|
||||||
private Long warRegionId;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -418,7 +418,6 @@ public class LineServiceImpl implements LineService {
|
|||||||
}
|
}
|
||||||
Long regionId = regionAreaConfigDao.getByWantShopAreaId(addLineRequest.getWantShopAreaId());
|
Long regionId = regionAreaConfigDao.getByWantShopAreaId(addLineRequest.getWantShopAreaId());
|
||||||
lineInfoDO.setBigRegionId(regionId);
|
lineInfoDO.setBigRegionId(regionId);
|
||||||
lineInfoDO.setRegionId(addLineRequest.getWarRegionId());
|
|
||||||
lineInfoDO.setInvestmentManager(userId);
|
lineInfoDO.setInvestmentManager(userId);
|
||||||
lineInfoDO.setCreateUserId(userId);
|
lineInfoDO.setCreateUserId(userId);
|
||||||
lineInfoDO.setUpdateUserId(userId);
|
lineInfoDO.setUpdateUserId(userId);
|
||||||
|
|||||||
Reference in New Issue
Block a user