管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-05 a61cf0deb3e42fb1fdc249be2f81b26c8662b0db
src/main/resources/mapper/sys/AttachMapper.xml
@@ -33,6 +33,10 @@
        select * from lf.sys_attach where guid = #{guid} limit 1
    </select>
    <select id="selectByTabAndGuid" resultType="com.lf.server.entity.sys.AttachEntity">
        select * from lf.sys_attach where tab = #{tab} and tab_guid = #{tabGuid} and guid = #{guid} limit 1
    </select>
    <select id="selectByTab" resultType="com.lf.server.entity.sys.AttachEntity">
        select * from lf.sys_attach where tab = #{tab} and tab_guid = #{guid}
    </select>