Commit 17913731 by 徐高华

排序

parent f2a75ec1
......@@ -27,7 +27,7 @@ public class WxUserAddLogSearchQDTO extends BasePageInfo implements Serializable
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date endTime;
private Integer addChannel;
private String createTimeOrder = "create_time desc";
private String createTimeOrder = "desc";
public String getWxEnterpriseId() {
return wxEnterpriseId;
......
......@@ -208,6 +208,6 @@
<if test="null != addChannel">
and add_channel = #{addChannel}
</if>
and status_flag != 0 order by #{createTimeOrder}
and status_flag != 0 order by create_time #{createTimeOrder}
</select>
</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