|
@@ -223,7 +223,7 @@ public class KwfTruckController {
|
|
|
* @author zk
|
|
* @author zk
|
|
|
* @date 2023/7/7
|
|
* @date 2023/7/7
|
|
|
**/
|
|
**/
|
|
|
- @PostMapping("/tranLicenseEdit")
|
|
|
|
|
|
|
+ @PostMapping("/transportLicenseEdit")
|
|
|
public HttpResult transportLicenseEdit(@Valid @RequestBody KwfTransportLicenseDto params) throws SystemException {
|
|
public HttpResult transportLicenseEdit(@Valid @RequestBody KwfTransportLicenseDto params) throws SystemException {
|
|
|
return truckService.transportLicenseEdit(params);
|
|
return truckService.transportLicenseEdit(params);
|
|
|
}
|
|
}
|