Stringsql=String.format("select 1 from skill_info sk where sk.brand = order_info.brand and sk.type = order_info.type and sk.skill = order_info.skill and type_category in (%s)",types);
...
...
@@ -81,11 +89,6 @@ public class OrderServiceListServiceImpl implements OrderServiceListService {
Stringsql=String.format("select 1 from order_appointment oa where oa.order_id = order_info.order_id and oa.dt = order_info.dt and oa.engineer_code in (%s)",engineerCodes);