|
|
@@ -88,7 +88,7 @@ public class LabCheckRecordController extends BaseController {
|
|
|
applyvo.setUserId(sysUser.getUserId());
|
|
|
List<LabSecurityApplyVO> applist = labSecurityApplyService.selectApplyListEffective(applyvo);
|
|
|
//获取实验室集合
|
|
|
- if(!applist.isEmpty() && applist.size()>0){
|
|
|
+ if(!applist.isEmpty()){
|
|
|
List<Long> ids = new ArrayList<>();
|
|
|
for (int i=0;i<applist.size();i++){
|
|
|
ids.add(applist.get(i).getSubjectId());
|