龚焕茏
2024-08-06 9279459400ea46c49ed583f4b1dcf7ad17093a33
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>