Commit 8b8d1317 by 周海峰

no message

parent 752a2b56
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
a.wechat_url a.wechat_url
FROM platform_user_favorite_apps f FROM platform_user_favorite_apps f
INNER JOIN platform_applications a ON f.app_id = a.id INNER JOIN platform_applications a ON f.app_id = a.id
WHERE f.user_id = #{userId} WHERE f.user_id = #{userId} and a.qyflag = '1'
ORDER BY f.sort_order ASC, f.create_time DESC ORDER BY f.sort_order ASC, f.create_time DESC
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论