|
|
@@ -180,8 +180,4 @@ public class RemoteFleetServiceImpl implements RemoteFleetService {
|
|
|
public List<Map<String, Object>> capacityStatistics(List entIds) {
|
|
|
return truckDao.capacityStatistics(entIds);
|
|
|
}
|
|
|
-
|
|
|
- public static void main(String[] args) {
|
|
|
- System.out.println(NumberUtils.parseLong(null));
|
|
|
- }
|
|
|
}
|