|
|
|
@ -8,11 +8,11 @@
|
|
|
|
|
<delete id="deleteByReservationId"> |
|
|
|
|
DELETE FROM logpm_distribution_stockup_info |
|
|
|
|
<where> |
|
|
|
|
<if test="reservationId != null and reservationId != ''"> |
|
|
|
|
and reservation_id = #{reservationId} |
|
|
|
|
<if test="stockupId != null and stockupId != ''"> |
|
|
|
|
and stockup_id = #{stockupId} |
|
|
|
|
</if> |
|
|
|
|
<if test="reservationId != null and reservationId != ''"> |
|
|
|
|
and if = #{id} |
|
|
|
|
and reservation_id = #{reservationId} |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
|
</delete> |
|
|
|
|