fix
This commit is contained in:
@@ -646,8 +646,10 @@ public class LineServiceImpl implements LineService {
|
||||
if (lineInfo == null) {
|
||||
throw new ServiceException(ErrorCodeEnum.LINE_ID_IS_NOT_EXIST);
|
||||
}
|
||||
lineInfo.setRegionId(regionId);
|
||||
lineInfo.setUpdateTime(new Date());
|
||||
LineInfoDO lineInfoDO = new LineInfoDO();
|
||||
lineInfoDO.setId(lineId);
|
||||
lineInfoDO.setRegionId(regionId);
|
||||
lineInfoDO.setUpdateTime(new Date());
|
||||
return lineInfoDAO.updateLineInfo(lineInfo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user