|
@@ -96,7 +96,7 @@ public interface SimulationManualProjectTaskMapper {
|
|
|
" root_id =\n" +
|
|
|
" (select scene\n" +
|
|
|
" from simulation_manual_project\n" +
|
|
|
- " where id = 'a6c502fcb3994788910bac9d352f908f')\n" +
|
|
|
+ " where id = #{id})\n" +
|
|
|
" and sublist_name like '%B%')")
|
|
|
List<String> selectRunResultPathByProjectIdV202403(SimulationManualProjectParam simulationManualProjectParam);
|
|
|
|