This commit is contained in:
2023-04-07 14:47:57 +08:00
parent 9caab6014c
commit a3a82c1648

View File

@@ -247,7 +247,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
qrCodePrefix = pileStationVO.getQrcodePrefix();
} else {
// 为空则给平台二维码前缀
qrCodePrefix = pileBasicInfoService.getPileQrCodeUrl(null);
qrCodePrefix = pileConnectorInfoService.getPileConnectorQrCodeUrl(null);
}
}