|
@@ -150,6 +150,7 @@ public class DeviceChargingServiceImpl extends ServiceImpl<DeviceChargingMapper,
|
|
|
algorithmPayConfigMap.put(algorithmId, algorithmPayConfig.getValue());
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
for (DeviceInfo deviceInfo : list) {
|
|
|
// 封装设备信息
|
|
|
DeviceChargingDto.PayCheckVo payCheckVo = new DeviceChargingDto.PayCheckVo();
|
|
@@ -191,6 +192,7 @@ public class DeviceChargingServiceImpl extends ServiceImpl<DeviceChargingMapper,
|
|
|
return R.ok(result);
|
|
|
}
|
|
|
|
|
|
+
|
|
|
@PostMapping("check")
|
|
|
@ApiOperation("检查")
|
|
|
public R check(@RequestBody @Validated DeviceChargingDto.Check check) {
|