mirror of
https://gitee.com/niucloud-team/javashop.git
synced 2026-04-25 11:18:23 +00:00
Update SystemServiceImpl.java
This commit is contained in:
parent
db06a136d8
commit
334443afd9
@ -165,7 +165,7 @@ public class SystemServiceImpl implements ISystemService {
|
||||
for (SpreadQrcodeParam.Param qrcodeParam : param.getParams()) {
|
||||
data.put(qrcodeParam.getColumnName(), qrcodeParam.getColumnValue());
|
||||
}
|
||||
String dir = "upload/qrcode/" + RequestUtils.siteId() + "/" + param.getFolder() + "/";
|
||||
String dir = "upload/qrcode/" + RequestUtils.siteId() + "/" + param.getFolder();
|
||||
vo.setWeappPath(QrcodeUtils.qrcodeToFile(RequestUtils.siteId(), "weapp", "", param.getPage(), data, dir));
|
||||
} catch (Exception e) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user