罗元桥
2021-06-24 11b327fa3151205a340d9a4337afb096b776594a
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>