Copilot commented on code in PR #6141:
URL: https://github.com/apache/shenyu/pull/6141#discussion_r2332447767


##########
shenyu-admin/src/main/resources/mappers/selector-sqlmap.xml:
##########
@@ -213,18 +213,18 @@
          LIMIT 1
     </select>
 
-    <select id="selectByCondition" 
resultType="org.apache.shenyu.admin.model.vo.SelectorVO">
+    <select id="selectByCondition" 
resultType="org.apache.shenyu.admin.model.entity.SelectorDO">

Review Comment:
   The return type has been changed from SelectorVO to SelectorDO, but this 
should be accompanied by proper conversion logic in the calling code to 
maintain API compatibility.
   ```suggestion
       <select id="selectByCondition" 
resultType="org.apache.shenyu.admin.model.vo.SelectorVO">
   ```



-- 
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]

Reply via email to