|
@@ -128,7 +128,7 @@ public class QRCodeUtils {
|
|
boolean needCompress) throws Exception {
|
|
boolean needCompress) throws Exception {
|
|
BufferedImage image = QRCodeUtils.createImage(content, imgPath,
|
|
BufferedImage image = QRCodeUtils.createImage(content, imgPath,
|
|
needCompress);
|
|
needCompress);
|
|
- destPath = DateUtils.datePath() + "/" + destPath;
|
|
|
|
|
|
+ destPath = destPath+"/" +DateUtils.datePath();
|
|
mkdirs(destPath);
|
|
mkdirs(destPath);
|
|
String file = UUID.randomUUID() + ".jpg";
|
|
String file = UUID.randomUUID() + ".jpg";
|
|
File fileQR = new File(destPath + "/" + file);
|
|
File fileQR = new File(destPath + "/" + file);
|