src/main/resources/mapper/DepartmentMapper.xml
@@ -27,9 +27,6 @@ <if test="name != null"> name = #{name,jdbcType=VARCHAR}, </if> <if test="adminId != null"> admin_id = #{adminId}, </if> <if test="deleted != null"> deleted = #{deleted,jdbcType=VARCHAR}, </if>