Commit 0a8dd459 authored by tangf's avatar tangf

Merge branch 'master' of http://192.168.0.204/pd-new/pd-user

parents 2fc779d9 084bc0a5
...@@ -672,7 +672,7 @@ public class CompanyServiceImpl implements CompanyService { ...@@ -672,7 +672,7 @@ public class CompanyServiceImpl implements CompanyService {
} }
WxVo wxVo = (WxVo) result.getData(); WxVo wxVo = (WxVo) result.getData();
String qrCodeUrl = "http://192.168.0.120:8888/" + wxVo.getPdUrl(); String qrCodeUrl = wxVo.getPdUrl();
if ("QR_LIMIT_STR_SCENE".equals(qrCodeReqVo.getAction_name())) { if ("QR_LIMIT_STR_SCENE".equals(qrCodeReqVo.getAction_name())) {
companyExtendVo.setQrCodeUrl(qrCodeUrl); companyExtendVo.setQrCodeUrl(qrCodeUrl);
companyExtendDaoImpl.update(companyExtendVo); companyExtendDaoImpl.update(companyExtendVo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment