Commit 0916337f by 陶光胜

二维码

parent 685aeca8
......@@ -52,7 +52,7 @@ public class CustomGuideController {
guideDTO.setEnterpriseId(enterpriseId);
guideDTO.setLink(json.getString("link"));
guideDTO.setCustomLinkType(customLinkType);
guideDTO.setSort(json.getInteger("sort"));
guideDTO.setSort(i);
guideDTO.setStatus(json.getInteger("status"));
guideDTO.setAppid(appId);
guideDTO.setIconPath(json.getString("iconPath"));
......
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