wohainilaodou opened a new pull request, #10683: URL: https://github.com/apache/inlong/pull/10683
Fixes #10681 ### Motivation Eliminate the update failure caused by the moduleIdList array nesting problem that occurs when the agent node is modified. ### Modifications Added assignment judgment for moduleIdList, first judge whether it is an array, if so, directly concat another value, otherwise it is first to become an array and then concat ### Verifying this change before: <img width="605" alt="企业微信截图_dec85e03-dfe0-4c98-82d6-bc07fc55085e" src="https://github.com/user-attachments/assets/6ced67af-1709-42a4-9067-10a6535359b7"> after:  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
