mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-09 00:14:30 +08:00
开放接口&近期BUG修复
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
SELECT * FROM cluster where id=#{id}
|
||||
</select>
|
||||
|
||||
<delete id="deleteById" parameterType="java.lang.Long">
|
||||
DELETE FROM cluster where id=#{id}
|
||||
</delete>
|
||||
|
||||
<select id="list" resultMap="ClusterMap">
|
||||
SELECT * FROM cluster WHERE status = 1
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user