rev:满入异常处理
This commit is contained in:
@@ -57,7 +57,7 @@ public class GateWayService {
|
||||
BmVehicleInfo vehicle = iBmVehicleInfoService.getOne(new QueryWrapper<BmVehicleInfo>()
|
||||
.eq("vehicle_code", vehicle_code));
|
||||
Integer h = vehicle.getH();
|
||||
result.putAll(MapOf.of("height",h,"type",(h-200)/20));
|
||||
result.putAll(MapOf.of("height",h,"type",h));
|
||||
}
|
||||
if (service.equals("ErrorTask")){
|
||||
AtomicReference<JSONObject> reference = new AtomicReference<>(new JSONObject());
|
||||
|
||||
Reference in New Issue
Block a user