Commit d6cbe6a0 authored by 黎聪聪's avatar 黎聪聪

2020年11月9日 17:39:44

parent c06927c5
......@@ -15,6 +15,6 @@ public class OrderMobileDto {
private Long status;
private Long page;
private Long pageSize;
private Long id;
private Long id;
}
......@@ -17,7 +17,7 @@ public class OrderSizeVO {
private Long received;
/*已完成数量*/
private Long completed;
/*已完成数量*/
/*已取消数量*/
private Long cancelled;
......
......@@ -428,7 +428,7 @@ SELECT count(*) FROM wx_cms_cfarticle WHERE whether_banner= 1 and del_flag=0
FROM wx_cms_cfarticle t
left join wx_cms_column co on co.id = t.`column`
where t.del_flag = 0
<if test="title!=null">
<if test="title!=null and title!=''">
and t.title like '%${title}%'
</if>
ORDER BY
......
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