mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 方法注释
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user