LingxinMeng 1 éve
szülő
commit
fb4671bd9b

+ 1 - 1
simulation-resource-server/src/main/java/com/css/simulation/resource/server/infra/db/mysql/mapper/SimulationManualProjectTaskMapper.java

@@ -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);