Ver Fonte

王耀栋--工作台模块代码提交

wangyaodong há 3 anos atrás
pai
commit
087140e3a9

+ 1 - 1
simulation-resource-server/src/main/resources/mapper/project/SimulationProjectMapper.xml

@@ -550,7 +550,7 @@
         from scene_package_sublist sub
 				left JOIN simulation_mpt_first_target_score fir on fir.target=sub.sublist_id
 				left JOIN simulation_mpt_last_target_score las on las.target = sub.sublist_id
-        where root_id = #{id,jdbcType=VARCHAR}
+        where sub.root_id = #{id,jdbcType=VARCHAR} and sub.is_deleted='0'
 				order by seq
     </select>