|
@@ -518,6 +518,8 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
String outPathZh = ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+ num +".png";
|
|
String outPathZh = ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+ num +".png";
|
|
String outPathEn = ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+ num +"_en.png";
|
|
String outPathEn = ConstantFilePath.BASE_PATH + File.separator + "sceneQRcode/"+ num +"_en.png";
|
|
QrConfig qrConfig = QrConfig.create();
|
|
QrConfig qrConfig = QrConfig.create();
|
|
|
|
+ qrConfig.setWidth(512);
|
|
|
|
+ qrConfig.setHeight(512);
|
|
if(!org.apache.commons.lang3.ObjectUtils.isEmpty(localLogoPath)){
|
|
if(!org.apache.commons.lang3.ObjectUtils.isEmpty(localLogoPath)){
|
|
qrConfig.setImg(localLogoPath);
|
|
qrConfig.setImg(localLogoPath);
|
|
}
|
|
}
|