root 2 年之前
父节点
当前提交
9f57225bd5

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

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