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:
@@ -230,6 +230,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
|
||||
} else {
|
||||
PileStationVO pileStationVO = pileStationInfoService.getStationInfoByPileSn(pileSn);
|
||||
if (StringUtils.isNotBlank(pileStationVO.getQrcodePrefix())) {
|
||||
// 如果有配置二维码前缀,使用配置里的。(例如希晓)
|
||||
qrCodePrefix = pileStationVO.getQrcodePrefix();
|
||||
} else {
|
||||
// 为空则给平台二维码前缀
|
||||
|
||||
Reference in New Issue
Block a user