管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-01 b1bdad2ff512e73a2dd9049f2ccbddd4634969f7
src/main/resources/mapper/sys/AttachMapper.xml
@@ -30,7 +30,7 @@
    </select>
    <select id="selectByGuid" resultType="com.lf.server.entity.sys.AttachEntity">
        select * from lf.sys_attach where guid = #{guid}
        select * from lf.sys_attach where guid = #{guid} limit 1
    </select>
    <insert id="insert" parameterType="com.lf.server.entity.sys.AttachEntity">