瀏覽代碼

已存在相同类型状态名单,强制修改为手动操作

shuiqilin0117
“shuiqilin” 8 月之前
父節點
當前提交
07e50644b4
共有 1 個文件被更改,包括 14 次插入12 次删除
  1. 14
    12
      src/test/java/SaleTest.java

+ 14
- 12
src/test/java/SaleTest.java 查看文件



@Test @Test
public void test22() throws ServiceHandleException, IOException { 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);
} }


/* /*
List<AflCenterVehicleInfo> aflCenterVehicleInfo = List<AflCenterVehicleInfo> aflCenterVehicleInfo =
aflCenterVehicleInfoRepo.findListByPlateNumAndPlateColor(plateNum aflCenterVehicleInfoRepo.findListByPlateNumAndPlateColor(plateNum
, plateColor); , plateColor);
if (aflCenterVehicleInfo == null && aflCenterVehicleInfo.size() == 0) {
if (aflCenterVehicleInfo == null || aflCenterVehicleInfo.size() == 0) {
System.out.println("车辆信息不存在,车牌号:" + plateNum); System.out.println("车辆信息不存在,车牌号:" + plateNum);
return; return;
} }

Loading…
取消
儲存