|
@@ -64,7 +64,7 @@ public class WeighbridgeController {
|
|
|
@Parameter(description = "厂商来源标识") @RequestParam("uuid") String uuid
|
|
@Parameter(description = "厂商来源标识") @RequestParam("uuid") String uuid
|
|
|
) {
|
|
) {
|
|
|
LicensePlateValidateRequest request = new LicensePlateValidateRequest();
|
|
LicensePlateValidateRequest request = new LicensePlateValidateRequest();
|
|
|
- request.setLicensePlate(licensePlate);
|
|
|
|
|
|
|
+ request.setLicensePlate(licensePlate.replace("\\r\\n", ""));
|
|
|
request.setUuid(uuid);
|
|
request.setUuid(uuid);
|
|
|
return weighbridgeRecordManage.handleValidateLicensePlate(request);
|
|
return weighbridgeRecordManage.handleValidateLicensePlate(request);
|
|
|
}
|
|
}
|