update 方法注释

This commit is contained in:
Lemon
2025-09-18 14:32:14 +08:00
parent ffbb95ae12
commit 4088313277
3 changed files with 5 additions and 5 deletions

View File

@@ -70,11 +70,11 @@ public class BatteryChargeReportService {
private PileStationInfoService pileStationInfoService;
/**
* 统一发送充电电池数据
* 通过订单号统一发送充电电池数据获取 taskId
*
* @param orderCode
*/
public String pushChargeData(String orderCode, String reportType) {
public String getTaskIdByOrderCode(String orderCode, String reportType) {
// 根据订单号查询订单信息
OrderVO orderVO = orderBasicInfoService.getChargeOrderInfoByOrderCode(orderCode);
if (orderVO == null) {