guoyujie
2025-08-11 e51e45f2cabcc4628ce93e55c7c3806b1b760161
north-glass-erp/src/main/resources/mapper/userInfo/User.xml
@@ -104,4 +104,11 @@
        set address=#{process},update_time=now()
        where id=#{id}
    </update>
        <select id="selectOptimizeParmsById" resultType="String">
            SELECT optimize_parms FROM erp_user_info.user WHERE user_name = #{username}
        </select>
</mapper>