|
@@ -188,7 +188,7 @@
|
|
|
|
|
|
</select>
|
|
</select>
|
|
<select id="selectBySceneIds" resultType="api.common.pojo.po.scene.ScenePackageSublistPO">
|
|
<select id="selectBySceneIds" resultType="api.common.pojo.po.scene.ScenePackageSublistPO">
|
|
- select sublist_id, scene_natural_ids, scene_traffic_ids, scene_statue_ids, scene_generalization_ids
|
|
|
|
|
|
+ select sublist_id, scene_natural_ids, scene_traffic_ids, scene_statue_ids, scene_generalization_ids, scene_reference_lib_ids, scene_num
|
|
from scene_package_sublist
|
|
from scene_package_sublist
|
|
where is_deleted = '0' and
|
|
where is_deleted = '0' and
|
|
<if test='sceneType == "1"'>
|
|
<if test='sceneType == "1"'>
|
|
@@ -206,7 +206,7 @@
|
|
scene_traffic_ids like concat('%',#{item},'%')
|
|
scene_traffic_ids like concat('%',#{item},'%')
|
|
</foreach>
|
|
</foreach>
|
|
</if>
|
|
</if>
|
|
- <if test='sceneType == "4"'>
|
|
|
|
|
|
+ <if test='sceneType == "5"'>
|
|
<foreach item="item" collection="sceneIds" separator=" or " open="(" close=")">
|
|
<foreach item="item" collection="sceneIds" separator=" or " open="(" close=")">
|
|
scene_reference_lib_ids like concat('%',#{item},'%')
|
|
scene_reference_lib_ids like concat('%',#{item},'%')
|
|
</foreach>
|
|
</foreach>
|