罗元桥
2021-06-24 14e9e46c441de408616f5ce500623ac1d3d93b5c
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventResourceMapper.xml
@@ -65,4 +65,9 @@
      </if>
    </select>
   <select id="findListByRefId" resultType="com.panzhihua.common.model.vos.grid.EventResourceVO">
      SELECT <include refid="columns" />
      FROM event_resource
      where ref_id = #{id} and classification = #{classification} and type = #{type} order by id desc
   </select>
</mapper>