提交 61c2ad04 作者: 张小凤

Bynamic(update)

上级 e9aab7e0
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
<if test="gambitProperty!=null"> <if test="gambitProperty!=null">
and gambit_property=#{gambitProperty} and gambit_property=#{gambitProperty}
</if> </if>
ORDER BY gambit_property,create_time DESC ORDER BY gambit_property desc,create_time DESC
limit #{pageNo}, #{pageSize} limit #{pageNo}, #{pageSize}
</select> </select>
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
<if test="gambitProperty!=null"> <if test="gambitProperty!=null">
and gambit_property=#{gambitProperty} and gambit_property=#{gambitProperty}
</if> </if>
order by gambit_property ,create_time desc order by create_time desc
limit #{pageNo}, #{pageSize} limit #{pageNo}, #{pageSize}
</select> </select>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论