|
|
@@ -420,6 +420,7 @@ public class LabExitLineServiceImpl implements ILabExitLineService
|
|
|
}else{
|
|
|
LabExitLineJoin labExitLineJoin = new LabExitLineJoin();
|
|
|
labExitLineJoin.setLightDirection(type);
|
|
|
+ labExitLineJoin.setSubjectId(subId);
|
|
|
lineJoins = labExitLineJoinMapper.selectLabExitFloorAllLine(labExitLineJoin);
|
|
|
if(lineJoins.size() == 0){
|
|
|
throw new ServiceException("执行疏散未查询到线路!");
|