healchow commented on code in PR #7944:
URL: https://github.com/apache/inlong/pull/7944#discussion_r1179054093
##########
inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml:
##########
@@ -98,6 +98,7 @@
select count(*) as total, status
from inlong_group
where is_deleted = 0
+ and lightweight = #{lightweight,jdbcType=TINYINT}
Review Comment:
Suggest check before using it:
```sql
<if test="lightweight != null">
```
--
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]