开放接口&近期BUG修复

This commit is contained in:
zengqiao
2020-10-26 11:17:45 +08:00
parent 8b153113ff
commit a77242e66c
62 changed files with 12138 additions and 423 deletions

View File

@@ -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>