|
|
@@ -599,7 +599,7 @@ interface JobTicketDao {
|
|
|
select ijt.ticket_id
|
|
|
from is_job_ticket ijt
|
|
|
left join is_job_ticket_points ijtp on ijt.ticket_id = ijtp.ticket_id
|
|
|
- where ijtp.point_id in (:pointIds) and ticket_id != :ticketId
|
|
|
+ where ijtp.point_id in (:pointIds) and ijtp.ticket_id != :ticketId
|
|
|
"""
|
|
|
)
|
|
|
fun getProgressTicketIdsByPointsAndExceptTicketId(ticketId: Long, pointIds: List<Long?>): List<Long>
|