Commit a2d7587f by 徐高华

查询排序

parent 17913731
...@@ -208,6 +208,6 @@ ...@@ -208,6 +208,6 @@
<if test="null != addChannel"> <if test="null != addChannel">
and add_channel = #{addChannel} and add_channel = #{addChannel}
</if> </if>
and status_flag != 0 order by create_time #{createTimeOrder} and status_flag != 0 order by create_time ${createTimeOrder}
</select> </select>
</mapper> </mapper>
\ No newline at end of file
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