|
@ -87,7 +87,7 @@ |
|
|
<delete id="deleteByMonthIdAndCustomerId"> |
|
|
<delete id="deleteByMonthIdAndCustomerId"> |
|
|
delete from screen_project_quantity_grid_monthly |
|
|
delete from screen_project_quantity_grid_monthly |
|
|
where customer_id = #{customerId} |
|
|
where customer_id = #{customerId} |
|
|
and date_id = #{monthId} |
|
|
and month_id = #{monthId} |
|
|
limit 1000 |
|
|
limit 1000 |
|
|
</delete> |
|
|
</delete> |
|
|
|
|
|
|
|
|