src/main/resources/mapper/sys/AttachMapper.xml
@@ -34,7 +34,7 @@ </select> <select id="selectByTab" resultType="com.lf.server.entity.sys.AttachEntity"> select * from lf.sys_attach where tab = #{tab} and guid = #{guid} select * from lf.sys_attach where tab = #{tab} and tab_guid = #{guid} </select> <insert id="insert" parameterType="com.lf.server.entity.sys.AttachEntity">