From e097d92e8266aea9e4dd4686a77d6a41adc4c9c3 Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期一, 01 八月 2022 16:13:52 +0800 Subject: [PATCH] bug修改 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml index fd90fc2..597aa31 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml @@ -121,13 +121,13 @@ </if> <if test="neighborCircleAdminDTO.solveStatus !=null"> <if test="neighborCircleAdminDTO.solveStatus ==1"> - and canc.solve_status in (0,1) + and nc.solve_status in (0,1) </if> <if test="neighborCircleAdminDTO.solveStatus ==2"> - and canc.solve_status =2 + and nc.solve_status =2 </if> <if test="neighborCircleAdminDTO.solveStatus ==3"> - and canc.solve_status in(3,4) + and nc.solve_status in(3,4) </if> </if> </where> -- Gitblit v1.7.1