kongzy
2023-12-08 ca5445257b1fdeceddf3fcc2dea18c442023aeb7
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>