From 0063ba470b8d6db99d7786ec1fdceb1703ba985a Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期二, 01 六月 2021 17:11:57 +0800 Subject: [PATCH] 修改bug --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java index 89c1940..422f11d 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngPopulationDAO.java @@ -135,6 +135,7 @@ "cmp.census_register, \n" + "cmp.healthy, \n" + "cmp.birthday, \n" + + "cmp.update_at, \n" + "cmp.is_rent \n" + "FROM \n" + "com_mng_population AS cmp " + @@ -146,6 +147,9 @@ "<if test='comMngPopulationVO.actId != null'>" + " and cmp.act_id = #{comMngPopulationVO.actId} " + " </if> " + + "<if test='comMngPopulationVO.outOrLocal != null'>" + + " and cmp.out_or_local = #{comMngPopulationVO.outOrLocal} " + + " </if> " + "<if test='comMngPopulationVO.villageId != null'>" + " and cmp.village_id = #{comMngPopulationVO.villageId} " + " </if> " + -- Gitblit v1.7.1