We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb123c6 commit 0875559Copy full SHA for 0875559
base/src/main/resources/mappers/ComponentLibraryMapper.xml
@@ -50,7 +50,7 @@
50
AND `public` = #{publicStatus}
51
</if>
52
<if test="isStarted!=null and isStarted!=''">
53
- AND is_started = #{publicStatus}
+ AND is_started = #{isStarted}
54
55
<if test="isOfficial!=null and isOfficial!=''">
56
AND is_official = #{isOfficial}
0 commit comments