|
|
@@ -257,20 +257,22 @@ public class SaleTest { |
|
|
|
|
|
|
|
@Test |
|
|
|
public void test22() throws ServiceHandleException, IOException { |
|
|
|
// testVehicleStatusListChange("沪AC03969",4,1); |
|
|
|
// testVehicleStatusListChange("苏A1WH01", 0, 2, 4); |
|
|
|
testVehicleStatusListChange("贵F8316G", 0, 2, 4); |
|
|
|
// testVehicleStatusListChange("苏EB03993",4,1,4); |
|
|
|
// testVehicleStatusListChange("粤BA15T7", 0, 2, 4); |
|
|
|
// testVehicleStatusListChange("贵F8316G", 0, 2, 4); |
|
|
|
// testVehicleStatusListChange("青AC69Z9", 0, 2, 5); |
|
|
|
|
|
|
|
// testVehicleStatusListChange("鲁JD92397", 4, 2, 4); |
|
|
|
// testVehicleStatusListChange("黑AFM8586", 4, 2, 4); |
|
|
|
|
|
|
|
|
|
|
|
// testVehicleStatusListChange("云D04YP1", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("鲁F6A5AD", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("冀E324DD", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("桂BF5696", 0, 1,5); |
|
|
|
// testVehicleStatusListChange("赣AU58G7", 0, 1,5); |
|
|
|
// testVehicleStatusListChange("皖FF22152", 4, 1,4); |
|
|
|
// testVehicleStatusListChange("渝AAN3887", 4, 1,4); |
|
|
|
testVehicleStatusListChange("苏UD8L58", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("鲁LD590G", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("冀A6U11F", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("豫N00H5L", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("苏C3S0L0", 0, 1,4); |
|
|
|
// testVehicleStatusListChange("青AC69Z9", 0, 1,5); |
|
|
|
// testVehicleStatusListChange("浙ARUU98", 4, 1,4); |
|
|
|
// testVehicleStatusListChange("黑AFM8586", 4, 1,4); |
|
|
|
} |
|
|
|
|
|
|
|
/* |
|
|
@@ -294,7 +296,7 @@ public class SaleTest { |
|
|
|
List<AflCenterVehicleInfo> aflCenterVehicleInfo = |
|
|
|
aflCenterVehicleInfoRepo.findListByPlateNumAndPlateColor(plateNum |
|
|
|
, plateColor); |
|
|
|
if (aflCenterVehicleInfo == null && aflCenterVehicleInfo.size() == 0) { |
|
|
|
if (aflCenterVehicleInfo == null || aflCenterVehicleInfo.size() == 0) { |
|
|
|
System.out.println("车辆信息不存在,车牌号:" + plateNum); |
|
|
|
return; |
|
|
|
} |