huanghongfa
2021-06-24 eb0e0847f4030ec96d18ab0e632aa1668ff6126d
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventResourceMapper.xml
@@ -65,4 +65,8 @@
      </if>
    </select>
   <select id="findListByRefId" resultType="com.panzhihua.common.model.vos.grid.EventResourceVO">
      SELECT url FROM event_resource
      where ref_id = #{id} and classification = #{classification} and type = #{type} order by id desc
   </select>
</mapper>