fix
This commit is contained in:
@@ -643,9 +643,11 @@ public class LineServiceImpl implements LineService {
|
||||
@Override
|
||||
public Integer updateRegionId(Long regionId, Long lineId) {
|
||||
LineInfoDO lineInfo = lineInfoDAO.getLineInfo(lineId);
|
||||
log.info("updateRegionId!!!!");
|
||||
if (lineInfo == null) {
|
||||
throw new ServiceException(ErrorCodeEnum.LINE_ID_IS_NOT_EXIST);
|
||||
}
|
||||
log.info("updateRegionId????????????");
|
||||
LineInfoDO lineInfoDO = new LineInfoDO();
|
||||
lineInfoDO.setId(lineId);
|
||||
lineInfoDO.setRegionId(regionId);
|
||||
|
||||
Reference in New Issue
Block a user