root преди 2 години
родител
ревизия
9f57225bd5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      simulation-resource-server/src/main/resources/mapper/project/SimulationProjectMapper.xml

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