diff --git a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml index 2b7d2c6..5e841ea 100644 --- a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml +++ b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml @@ -359,7 +359,7 @@ - select t1.adviser_id,COUNT(t1.id) + select t1.adviser_id as id,COUNT(t1.id) as cnt from customer t1 where t1.yn = 1