Commit 74aada4d by zhanglt

删除领用明细

parent 408b77e4
......@@ -46,9 +46,6 @@
<if test="materialRequisition != null and materialRequisition.id != null and materialRequisition.id != ''">
AND a.material_requisition_id = #{materialRequisition.id}
</if>
<if test="receiver != null and receiver.id != null and receiver.id != ''">
AND a.receiver = #{receiver.id}
</if>
</where>
<choose>
<when test="page !=null and page.orderBy != null and page.orderBy != ''">
......@@ -124,7 +121,7 @@
<!--物理删除-->
<update id="delete">
DELETE FROM t_wh_material_requisition_info
WHERE id = #{id}
WHERE material_requisition_id = #{materialRequisition.id}
</update>
<!--逻辑删除-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment