Commit 979ceec1 authored by knight's avatar knight Committed by wux

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

parent d6bae54b
......@@ -53,6 +53,10 @@ 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>",
"<when test = 'query.code != null and query.code != \"\" '>",
"AND plaint.`code` like concat('%',concat(#{query.code},'%'))",
"</when>",
......
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