@@ -114,6 +114,9 @@ public class BaseStationServiceImpl implements IBaseStationService {
*/
@Override
public BaseDeptStation getInfo(Long deptId, Long lineId, Long stationId) {
+ if(null == deptId){
+ deptId = SecurityUtils.getDeptId();
+ }
BaseStationQuery query = new BaseStationQuery();
query.setDeptId(deptId);
query.setLineId(lineId);