|  |  |  | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private TaskService taskService; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public synchronized Agv execute1(Task task, Map<String, List<Long>> taskAllot, List<Long> taskIds) { | 
|---|
|  |  |  | public synchronized Agv execute(Task task, Map<String, List<Long>> taskAllot, List<Long> taskIds) { | 
|---|
|  |  |  | String oriLocNo = task.getOriLoc$(); | 
|---|
|  |  |  | int oriLocRow = LocUtils.getRow(oriLocNo); | 
|---|
|  |  |  | String destLocNo = task.getDestLoc$(); | 
|---|
|  |  |  | 
|---|
|  |  |  | return hit; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public synchronized Agv execute(Task task, Map<String, List<Long>> taskAllot, List<Long> taskIds) { | 
|---|
|  |  |  | public synchronized Agv execute1(Task task, Map<String, List<Long>> taskAllot, List<Long> taskIds) { | 
|---|
|  |  |  | String oriLocNo = task.getOriLoc$(); | 
|---|
|  |  |  | int oriLocRow = LocUtils.getRow(oriLocNo); | 
|---|
|  |  |  | String destLocNo = task.getDestLoc$(); | 
|---|