String KSqlWord="SELECT id,sxr.innerid,sxr.name,sxr.type,sxr.length,sxr.startLat,sxr.startLng,sxr.startStakeNum,sxr.endStakeNum,sxr.endLat,sxr.endLng,sxr.tax,sxr.taxRate,sxr.sectionOwnerId,sxr.chargeType,sxr.tollRoads,sxr.builtTime,sxr.startTime,sxr.endTime FROM sx_roadinfo sxr";
改为
String KSqlWord="SELECT sxr.id,sxr.innerid,sxr.name,sxr.type,sxr.length,sxr.startLat,sxr.startLng,sxr.startStakeNum,sxr.endStakeNum,sxr.endLat,sxr.endLng,sxr.tax,sxr.taxRate,sxr.sectionOwnerId,sxr.chargeType,sxr.tollRoads,sxr.builtTime,sxr.startTime,sxr.endTime FROM sx_roadinfo sxr";
这样看看 |