修改SQL

This commit is contained in:
HH 2023-02-23 10:28:11 +08:00
parent a2bd8b3b7b
commit 2348cb89c7
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@
</select> </select>
<delete id="delete" parameterType="Long"> <delete id="delete" parameterType="Long">
DELETE FROM order_template WHERE order_detail_id = #{orderDetailId} DELETE FROM order_template WHERE id = #{id}
</delete> </delete>
<delete id="batchDelete"> <delete id="batchDelete">