Browse Source

1.业务数据 保险公司总人数

wuhp 1 year ago
parent
commit
a83c26ec9c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

+ 2 - 1
src/main/resources/mapper/modules/order/InsAreaCompanyMapper.xml

@@ -2407,7 +2407,8 @@
             </foreach>
         </if>
         group  by
-        agree.insurance_company
+        agree.insurance_company,
+        agree.partner_companies_id
         )  a
 
     </select>