|
@ -47,6 +47,7 @@ import org.nl.wql.WQL; |
|
|
import org.nl.wql.core.bean.WQLObject; |
|
|
import org.nl.wql.core.bean.WQLObject; |
|
|
import org.nl.wql.util.WqlUtil; |
|
|
import org.nl.wql.util.WqlUtil; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
|
|
import org.springframework.context.annotation.Lazy; |
|
|
import org.springframework.data.domain.Pageable; |
|
|
import org.springframework.data.domain.Pageable; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
@ -85,6 +86,7 @@ public class TaskServiceImpl implements TaskService, ApplicationAutoInitial { |
|
|
|
|
|
|
|
|
private final DeviceAssignedService deviceAssignedService; |
|
|
private final DeviceAssignedService deviceAssignedService; |
|
|
@Autowired |
|
|
@Autowired |
|
|
|
|
|
@Lazy |
|
|
private InstructionService instructionService; |
|
|
private InstructionService instructionService; |
|
|
|
|
|
|
|
|
private final StorageCellService storageCellService; |
|
|
private final StorageCellService storageCellService; |
|
|