Selaa lähdekoodia

处理的费用匹配车牌需转编码问题

lixiaolong 4 viikkoa sitten
vanhempi
commit
e5fd84e6b0

+ 1 - 1
tenant/organization/src/main/java/com/jzg/organization/controller/PtlAreaLicenseController.java

@@ -31,7 +31,7 @@ public class PtlAreaLicenseController {
     @GetMapping("/getAreaLicenseCode")
     HttpResult<String> convertLicense2AreaNumber(@RequestParam(required = false) String licenseNo) {
         String licenseCode = ptlAreaLicenseService.convertLicense2AreaNumber(licenseNo);
-        return HttpResult.ok(licenseCode);
+        return HttpResult.ok("成功",licenseCode);
     }