Commit b92fdb89 authored by knight's avatar knight Committed by wux

32 客户投诉页面和列表调整

parent 979ceec1
......@@ -53,8 +53,8 @@ public interface CustomerComplaintMapper extends BaseMapperX<CustomerComplaintDO
"AND plaint.`status` = #{query.status}",
"</when>",
"<when test = 'query.customerNumber != null and query.code != \"\" '>",
"AND customer.number like concat('%',concat(#{query.customerNumber},'%'))",
"<when test = 'query.customerNumber != null and query.customerNumber != \"\" '>",
"AND customer.`number` like concat('%',concat(#{query.customerNumber},'%'))",
"</when>",
"<when test = 'query.code != null and query.code != \"\" '>",
......
......@@ -41,6 +41,9 @@ public class CustomerComplaintPageReqVO extends PageParam {
@ApiModelProperty(value = "创建人")
private Long creator;
@ApiModelProperty("客户编号")
private String customerNumber;
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND)
@ApiModelProperty(value = "开始创建时间")
private Date beginCreateTime;
......
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