|
|
@@ -86,7 +86,6 @@ public class SkuController {
|
|
|
@GetMapping("/freightStatisticsList")
|
|
|
@ApiOperation(value = "运费明细表-列表")
|
|
|
public R<IPage<FreightStatisticsVo>> freightStatisticsList(PageParam<FreightStatisticsPo> page, FreightStatisticsPo po) {
|
|
|
- System.out.println(po);
|
|
|
if (po.getChannelIds().contains(0L)){
|
|
|
List<IdNameVo> idNameVos = channelService.queryMyChannel(SecurityUtils.getSysUser().getUserId());
|
|
|
if (!idNameVos.isEmpty()){
|