|
@@ -23,7 +23,7 @@ public class DeviceAlgorithmChargingController {
|
|
|
@PostMapping("page")
|
|
|
@ApiOperation("分页查询")
|
|
|
public R<PageBean<DeviceAlgorithmChargingDto.Vo>> page(@RequestBody @Validated DeviceAlgorithmChargingDto.Page page) {
|
|
|
- page.setMercId(MercAuthUtils.getMercId());
|
|
|
+ page.setMercCode(MercAuthUtils.getMercAuth().getMerc().getMercCode());
|
|
|
return deviceAlgorithmChargingService.page(page);
|
|
|
}
|
|
|
|