Commit eebd41a5 by guojuxing

Merge remote-tracking branch 'origin/developer' into developer

parents 8a79efd2 0916337f
......@@ -240,5 +240,6 @@
<if test="appid != null and appid != ''">
and appid = #{appid}
</if>
order by sort
</select>
</mapper>
\ No newline at end of file
......@@ -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