Commit 7071bed2 by 吴迪

【新增】请求gds接口限制

parent ba8a473e
......@@ -53,11 +53,11 @@
<when test="clickDetailDTO.keyWordType=='2'.toString() and clickDetailDTO.sidx!=null and clickDetailDTO.sidx!=''">
ORDER BY title ${clickDetailDTO.order}
</when>
<when test="clickDetailDTO.keyWordType=='2'.toString() and clickDetailDTO.sidx!=null and clickDetailDTO.sidx!=''">
<when test="clickDetailDTO.keyWordType=='3'.toString() and clickDetailDTO.sidx!=null and clickDetailDTO.sidx!=''">
ORDER BY id ${clickDetailDTO.order}
</when>
<otherwise>
ORDER BY c.id DESC
ORDER BY countNum DESC
</otherwise>
</choose>
......
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