chenlu
2025-07-29 1bc669f980c7cdb13d96eec27053ead30f2f6aec
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>