no message

main
奥德彪本彪\92525 2024-12-02 20:42:49 +08:00
parent a737f4afdc
commit d22b015d6c
1 changed files with 1 additions and 4 deletions

View File

@ -151,10 +151,7 @@ public class AgvTaskServiceImpl implements AgvTaskService {
" and agv.status in ('ATCALL','UP_CONTAINER') ";
Query query = entityMapper.createQuery(hql);
List<AgvTask> agvTaskList = query.getResultList();
if (agvTaskList.isEmpty()) {
return true;
}
return false;
return agvTaskList.isEmpty();
}
@Override