|
@@ -349,7 +349,7 @@
|
|
|
select package_id,package_name, scene_num,share from(
|
|
|
select a.package_id,a.package_name, a.scene_num,a.share,a.modify_time
|
|
|
from scene_package a
|
|
|
- where a.share = '0' and a.is_deleted = '0'
|
|
|
+ where a.share = '0' and a.is_deleted = '0' and is_unavailable = '0'
|
|
|
<if test="packageId != null and packageId != ''">
|
|
|
and a.package_id = #{packageId,jdbcType=VARCHAR}
|
|
|
</if>
|