Skip to content

Commit 0875559

Browse files
committed
feat: component library api
1 parent fb123c6 commit 0875559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/src/main/resources/mappers/ComponentLibraryMapper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
AND `public` = #{publicStatus}
5151
</if>
5252
<if test="isStarted!=null and isStarted!=''">
53-
AND is_started = #{publicStatus}
53+
AND is_started = #{isStarted}
5454
</if>
5555
<if test="isOfficial!=null and isOfficial!=''">
5656
AND is_official = #{isOfficial}

0 commit comments

Comments
 (0)