mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-01 16:40:04 +08:00
站点日报按日期查询
This commit is contained in:
@@ -93,8 +93,6 @@ public class SettleOrderReportServiceImpl implements SettleOrderReportService {
|
||||
return settleOrderReportMapper.selectByStationIdAndDate(stationId, date);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 查询站点订单日报明细
|
||||
* 分页查询
|
||||
@@ -221,6 +219,11 @@ public class SettleOrderReportServiceImpl implements SettleOrderReportService {
|
||||
return settleOrderReportMapper.selectSettleOrderReportList(settleOrderReport);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<SettleOrderReport> selectSettleOrderReportList(SettleOrderReportDTO dto) {
|
||||
return settleOrderReportMapper.selectListBySettleOrderReportDTO(dto);
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增结算订单报
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user