service-fee/src/main/java/com/java110/fee/cmd/ownerCarNew/SaveOwnerCarNewCmd.java
@@ -60,7 +60,7 @@ Assert.hasKeyAndValue(reqJson, "carBrand", "请求报文中未包含carBrand"); Assert.hasKeyAndValue(reqJson, "carType", "请求报文中未包含carType"); Assert.hasKeyAndValue(reqJson, "carColor", "请求报文中未包含carColor"); Assert.hasKeyAndValue(reqJson, "psId", "请求报文中未包含psId"); //Assert.hasKeyAndValue(reqJson, "psId", "请求报文中未包含psId"); Assert.hasKeyAndValue(reqJson, "userId", "请求报文中未包含userId"); Assert.hasKeyAndValue(reqJson, "communityId", "请求报文中未包含communityId"); Assert.hasKeyAndValue(reqJson, "startTime", "请求报文中未包含startTime");