ruoyi-system/src/main/resources/mapper/system/LegacyTransferSyncMapper.xml
@@ -107,8 +107,7 @@ FROM ServiceOrder AS a LEFT JOIN DispatchOrd b ON a.ServiceOrdID = b.ServiceOrdIDDt WHERE a.ServiceOrdState <= 3 AND a.ServiceOrd_CC_Time > #{startDate} AND a.ServiceOrd_CC_Time < #{endDate} AND a.ServiceOrd_CC_Time between #{startDate} and #{endDate} AND a.ServiceOrdID > #{lastId} ORDER BY a.ServiceOrdID </select>