fix
This commit is contained in:
@@ -651,7 +651,7 @@ public class LineServiceImpl implements LineService {
|
||||
lineInfoDO.setId(lineId);
|
||||
lineInfoDO.setRegionId(regionId);
|
||||
lineInfoDO.setUpdateTime(new Date());
|
||||
return lineInfoDAO.updateLineInfo(lineInfo);
|
||||
return lineInfoDAO.updateLineInfo(lineInfoDO);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user