Commit 084bc0a5 authored by zjy's avatar zjy

user/role/tright 8.5

parent bc6c2daf
......@@ -670,7 +670,7 @@ public class CompanyServiceImpl implements CompanyService {
}
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())) {
companyExtendVo.setQrCodeUrl(qrCodeUrl);
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