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">