`id`, `tenant_id`, `parent_tenant_id`, `press_batch_id`, `coupon_id`, `create_date`,`update_date`,`press_batch_status` where `tenant_id` = #{tenantId} and `id` = #{id} and `parent_tenant_id` = #{parentTenantId} and `press_batch_id` = #{pressBatchId} and `coupon_id` = #{couponId} and `press_batch_status` = #{pressBatchStatus} and `id` in #{idItem} update wx_press_batch_item set press_batch_status = #{pressBatchStatus} where `press_batch_id` = #{pressBatchId} and tenant_id=#{tenantId} delete from wx_press_batch_item where `id` = #{id} and tenant_id=#{tenantId} delete from wx_press_batch_item where `press_batch_id` = #{pressBatchId} and tenant_id=#{tenantId}