修改SQL
This commit is contained in:
parent
a2bd8b3b7b
commit
2348cb89c7
|
|
@ -130,7 +130,7 @@
|
|||
</select>
|
||||
|
||||
<delete id="delete" parameterType="Long">
|
||||
DELETE FROM order_template WHERE order_detail_id = #{orderDetailId}
|
||||
DELETE FROM order_template WHERE id = #{id}
|
||||
</delete>
|
||||
|
||||
<delete id="batchDelete">
|
||||
|
|
|
|||
Loading…
Reference in New Issue