diff --git a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml index 1e2f69d..1024a95 100644 --- a/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml +++ b/src/main/resources/mapper/OpSellerCustomerRelationDOMapper.xml @@ -169,7 +169,7 @@ (t2.name LIKE CONCAT('%',#{search},'%') OR t3.phone LIKE CONCAT('%',#{search},'%')) - group by t2.id + group by t2.id,t1.user_id order by t2.create_time desc