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);
lqw.exists(sql);
}
returnorderRequestMPDao.selectList(lqw);
returnorderRequestMPDao.selectList(lqw);
}
}
...
@@ -306,22 +326,36 @@ public class DispatchServiceImpl implements DispatchService {
...
@@ -306,22 +326,36 @@ public class DispatchServiceImpl implements DispatchService {