1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序端添加 删除今日填表

This commit is contained in:
2023-04-17 23:35:39 +08:00
parent 918917868f
commit 7a425c6241
8 changed files with 143 additions and 39 deletions

View File

@@ -47,4 +47,9 @@
</if>
ORDER BY time desc
</select>
<delete id="remove">
DELETE
FROM report
WHERE id = #{id}
</delete>
</mapper>