chenlu
2025-07-09 0bc7e73b3fc23c115b7f2010a0018c42bd403b1a
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>