assess-system/src/main/resources/mapper/system/SysAttachMapper.xml
@@ -4,7 +4,7 @@ <delete id="deleteAttachsByUserId"> delete from sys_attach <where> and user_id=#{user_id} and user_id=#{userId} <if test="type!=null and type!=''"> and type=#{type} </if>