update 更新桩清缓存

This commit is contained in:
2023-04-07 08:23:04 +08:00
parent 7a9c888125
commit 7c76a874a9
3 changed files with 35 additions and 39 deletions

View File

@@ -116,8 +116,8 @@ public class PileRemoteService {
PileStationVO pileStationVO = pileStationInfoService.getStationInfoByPileSn(pileSn);
if (StringUtils.isNotBlank(pileStationVO.getQrcodePrefix())) {
command.setQrcodePrefix(pileStationVO.getQrcodePrefix());
ykcPushCommandService.pushIssueQRCodeCommand(command);
}
ykcPushCommandService.pushIssueQRCodeCommand(command);
}
/**