报文解析
parent
d3810706f5
commit
824c2118dd
|
@ -54,14 +54,6 @@ public class CarInformationServiceImpl implements CarInformationService {
|
|||
}
|
||||
|
||||
|
||||
public Result adfv(IDStarAlgorithm starAlgorithm){
|
||||
String str="afavav sdvaedvgafa sefse";
|
||||
|
||||
return Result.success(starAlgorithm);
|
||||
return Result.error(402,"添加车辆失败");
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public Result updatecarInformation(CarInformationUpdReq carInformationUpdReq) {
|
||||
Integer updatecarInformation = carInformationMapper.updatecarInformation(carInformationUpdReq);
|
||||
|
|
Loading…
Reference in New Issue