Wweiei commented on code in PR #6141:
URL: https://github.com/apache/shenyu/pull/6141#discussion_r2333533308
##########
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:
In mapper and XML files, DO should be used as the return type, so DO should
be used here instead of VO.
--
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]