Bläddra i källkod

场景包分配

root 2 år sedan
förälder
incheckning
48a248bf5b

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

@@ -286,9 +286,6 @@
         union  select b.id, b.algorithm_name,b.description,b.share,b.modify_time
         from algorithm b
         where  b.is_deleted = '0' and b.share='1'
-        <if test="uploadMode != null and uploadMode != ''">
-            and upload_mode = #{uploadMode,jdbcType=VARCHAR}
-        </if>
         )c order by c.share ,c.modify_time desc
     </select>