diff --git a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml index 2b7d2c6..c420acc 100644 --- a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml +++ b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml @@ -359,8 +359,8 @@ - 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