|
|
@@ -83,7 +83,7 @@ |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
<delete id= "deleteItem" parameterType="com.iformall.domain.po.WxPressBatchItem" > |
|
|
<delete id= "deleteItem" parameterType="com.iformall.domain.po.WxPressBatchItem" > |
|
|
delete from wx_press_batch_item where `id` = #{id} and tenant_id=#{tenantId} and `press_batch_id` = #{pressBatchId} |
|
|
|
|
|
|
|
|
delete from wx_press_batch_item where `id` = #{id} and tenant_id=#{tenantId} |
|
|
</delete> |
|
|
</delete> |
|
|
|
|
|
|
|
|
<delete id= "deleteAllItem" parameterType="com.iformall.domain.po.WxPressBatchItem" > |
|
|
<delete id= "deleteAllItem" parameterType="com.iformall.domain.po.WxPressBatchItem" > |
|
|
|