mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 校验channel
This commit is contained in:
@@ -45,7 +45,7 @@ public class BillingTemplateRequestHandler extends AbstractHandler{
|
||||
// log.info("桩号:{}", pileSn);
|
||||
|
||||
// 保存时间
|
||||
saveLastTime(pileSn);
|
||||
saveLastTime(pileSn, channel);
|
||||
|
||||
// 根据桩号查询计费模板
|
||||
BillingTemplateVO billingTemplateVO = pileBillingTemplateService.selectBillingTemplateDetailByPileSn(pileSn);
|
||||
|
||||
Reference in New Issue
Block a user