|
@@ -469,4 +469,15 @@ public class LabSecurityApplyServiceImpl implements ILabSecurityApplyService
|
|
|
public List<LabSecurityApplyVO> selectLabSecurityApplyListByTime(LabSecurityApplyVO labSecurityApplyVO) {
|
|
public List<LabSecurityApplyVO> selectLabSecurityApplyListByTime(LabSecurityApplyVO labSecurityApplyVO) {
|
|
|
return labSecurityApplyMapper.selectLabSecurityApplyListByTime(labSecurityApplyVO);
|
|
return labSecurityApplyMapper.selectLabSecurityApplyListByTime(labSecurityApplyVO);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 未过期的数据
|
|
|
|
|
+ *
|
|
|
|
|
+ * @param labSecurityApply
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
|
|
+ @Override
|
|
|
|
|
+ public List<LabSecurityApply> selectValidApply(LabSecurityApply labSecurityApply) {
|
|
|
|
|
+ return labSecurityApplyMapper.selectValidApply(labSecurityApply);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|