From a8c5ab7f20c29589d06bfcda09929d3294d4e4cf Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 07 六月 2020 14:45:45 +0800
Subject: [PATCH] 查询定案类型错误

---
 java110-db/src/main/resources/mapper/center/CenterServiceDAOImplMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/center/CenterServiceDAOImplMapper.xml b/java110-db/src/main/resources/mapper/center/CenterServiceDAOImplMapper.xml
index ae5bfd8..0010fe2 100644
--- a/java110-db/src/main/resources/mapper/center/CenterServiceDAOImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/center/CenterServiceDAOImplMapper.xml
@@ -235,7 +235,7 @@
         where co.o_id = cb.o_id
         and cb.status_cd = 'C'
         <if test="businessTypeCds !=null">
-            and t.business_type_cd in
+            and cb.business_type_cd in
             <foreach collection="businessTypeCds" item="item" index="index" open="(" close=")" separator=",">
                 #{item}
             </foreach>

--
Gitblit v1.8.0