|  |  |  | 
|---|
|  |  |  | * 查询不干涉的可执行任务 | 
|---|
|  |  |  | * */ | 
|---|
|  |  |  | WrkMastSta selectNoInterfere(@Param("staStarts") List<Integer> staStarts, @Param("staEnds") List<Integer> staEnds,@Param("workNo")Long workNo ); | 
|---|
|  |  |  | WrkMastSta selectNoInterfereCrn(@Param("staStarts") List<Integer> staStarts, @Param("staEnds") List<Integer> staEnds,@Param("workNo")Long workNo ); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | List<WrkMastSta> selectNoInterfereList(@Param("staStarts") List<Integer> staStarts, @Param("staEnds") List<Integer> staEnds); | 
|---|
|  |  |  | WrkMastSta selectNoInterfereToCrn(@Param("staStarts") List<Integer> staStarts, @Param("staEnds") List<Integer> staEnds,@Param("workNo")Long workNo ); | 
|---|
|  |  |  |  | 
|---|