Commit 04d635a2 by guojx

好办活码链接列表查询添加企微id参数

parent e3a13ac4
...@@ -541,6 +541,7 @@ public class HmLinkController { ...@@ -541,6 +541,7 @@ public class HmLinkController {
JSONObject jsonObject = new JSONObject(); JSONObject jsonObject = new JSONObject();
jsonObject.put("enterpriseId", loginUser.getEnterpriseId()); jsonObject.put("enterpriseId", loginUser.getEnterpriseId());
jsonObject.put("wxEnterpriseId", loginUser.getWxEnterpriseId());
if (qdto.getLinkId() != null) { if (qdto.getLinkId() != null) {
jsonObject.put("linkId", qdto.getLinkId()); jsonObject.put("linkId", qdto.getLinkId());
} }
......
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