chengf
2025-07-22 b63f41b8a0cfce68770e5cb02c8dd3fd994f0c59
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");