|
@@ -550,7 +550,7 @@
|
|
from scene_package_sublist sub
|
|
from scene_package_sublist sub
|
|
left JOIN simulation_mpt_first_target_score fir on fir.target=sub.sublist_id
|
|
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
|
|
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
|
|
order by seq
|
|
</select>
|
|
</select>
|
|
|
|
|