bug
This commit is contained in:
parent
bcec199f5b
commit
6ce42d3735
@ -94,6 +94,7 @@ public class TagCodeServiceImpl extends ServiceImpl<TagCodeMapper, TagCode> impl
|
|||||||
String finalPath=urls+"/" + "byx"+i1 + ".jpg";
|
String finalPath=urls+"/" + "byx"+i1 + ".jpg";
|
||||||
qrCodeUtils.createLogoCodePicture(backgroundStream, null, url, finalPath, null,null,urls);
|
qrCodeUtils.createLogoCodePicture(backgroundStream, null, url, finalPath, null,null,urls);
|
||||||
|
|
||||||
|
|
||||||
// 判断目录是否存在
|
// 判断目录是否存在
|
||||||
if (!file1.exists()) {
|
if (!file1.exists()) {
|
||||||
file1.mkdirs();
|
file1.mkdirs();
|
||||||
|
Loading…
Reference in New Issue
Block a user