diff --git a/dl-module-repair/src/main/resources/mapper/tickets/DlRepairTitemMapper.xml b/dl-module-repair/src/main/resources/mapper/tickets/DlRepairTitemMapper.xml index 60f6b7bd..73d98ddd 100644 --- a/dl-module-repair/src/main/resources/mapper/tickets/DlRepairTitemMapper.xml +++ b/dl-module-repair/src/main/resources/mapper/tickets/DlRepairTitemMapper.xml @@ -19,7 +19,7 @@ sale_name = #{saleName}, - WHERE ticket_id = #{ticketId} + WHERE ticket_id = #{ticketId} and project_id = #{projectId}