@@ -307,6 +307,11 @@ public class DispatchServiceImpl implements DispatchService {
Stringsql=String.format("select 1 from order_appointment oa where oa.order_id = order_request.order_id and oa.dt = order_request.dt and oa.engineer_code in (%s)",engineerCodes);