Przeglądaj źródła

1.控制台业务数据保险分布添加险种的查询

wuhp 1 rok temu
rodzic
commit
a76f743a66

+ 3 - 0
src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

@@ -1953,6 +1953,9 @@
                 #{item}
             </foreach>
         </if>
+        <if test="vo.riskCode != null and vo.riskCode != '' and vo.riskCode != 'all'">
+            and iac.product = #{vo.riskCode}
+        </if>
         GROUP BY
         agree.insurance_company_id,
         agree.insurance_company,