龚焕茏
2024-07-19 2d928646669fe6026c7d63f6b409d9b2790aa65e
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>