From bffe5c55a7baad8c4bf6caa3959b4baae5aded9d Mon Sep 17 00:00:00 2001
From: wgd <862422848@qq.com>
Date: Mon, 10 Oct 2022 10:23:49 +0800
Subject: [PATCH] 运营后台分页问题

---
 src/main/resources/mapping/insure/InsureUserMapper.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/mapping/insure/InsureUserMapper.xml b/src/main/resources/mapping/insure/InsureUserMapper.xml
index a62eea8..9e6e691 100644
--- a/src/main/resources/mapping/insure/InsureUserMapper.xml
+++ b/src/main/resources/mapping/insure/InsureUserMapper.xml
@@ -366,7 +366,7 @@
                 and ip.id=#{policyDto.id}
             </if>
             <if test="policyDto.planId !=null and policyDto.planId !=''">
-                and iu.benefit_basic_plan = #{policyDto.planId}
+                and iu.product_plan_id = #{policyDto.planId}
             </if>
             <if test="policyDto.categoryId !=null and policyDto.categoryId !=''">
                 and iu.benefit_occupation_category = #{policyDto.categoryId}
--
libgit2 0.26.0