From 7f4fc951526fef74ff001d96732ada57bd140004 Mon Sep 17 00:00:00 2001 From: xiatian Date: Tue, 16 May 2023 09:21:17 +0800 Subject: [PATCH] 查询保有客档案sdk --- fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- libgit2 0.22.2