浏览代码

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

wuhp 1 年之前
父节点
当前提交
a76f743a66
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

+ 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,