mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
add 查询充电桩报文列表方法
This commit is contained in:
@@ -167,6 +167,10 @@ public class PileMsgRecordServiceImpl implements PileMsgRecordService {
|
||||
return this.getPileFeedListV2(pileSn, frameType, DateUtils.localDateTime2Date(startTime), DateUtils.localDateTime2Date(endTime));
|
||||
}
|
||||
|
||||
public List<PileMsgRecord> queryPileFeedList(String pileSn, String frameType, String transactionCode) {
|
||||
return pileMsgRecordMapper.queryPileFeedList(pileSn, frameType, transactionCode);
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析登录报文
|
||||
* @param jsonMsg
|
||||
|
||||
Reference in New Issue
Block a user