Commit bffe5c55 by 翁国栋 Committed by 284718418@qq.com

运营后台分页问题

parent 3c1a6d80
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
and ip.id=#{policyDto.id} and ip.id=#{policyDto.id}
</if> </if>
<if test="policyDto.planId !=null and policyDto.planId !=''"> <if test="policyDto.planId !=null and policyDto.planId !=''">
and iu.benefit_basic_plan = #{policyDto.planId} and iu.product_plan_id = #{policyDto.planId}
</if> </if>
<if test="policyDto.categoryId !=null and policyDto.categoryId !=''"> <if test="policyDto.categoryId !=null and policyDto.categoryId !=''">
and iu.benefit_occupation_category = #{policyDto.categoryId} and iu.benefit_occupation_category = #{policyDto.categoryId}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment