Ver Fonte

我的保单、理赔须知 接口BUG

jz.kai há 5 anos atrás
pai
commit
8e20bcb7e0

+ 3 - 0
picc-common/src/main/resources/mapper/business/InsurancePolicy.xml

@@ -289,6 +289,9 @@
 		]]>
         <where>
             and a.del_flag = false
+            <if test="searchParams.companyId != null">
+                and a.company_id = #{searchParams.companyId}
+            </if>
             <if test="searchParams.definitionId != null">
                 and a.definition_id = #{searchParams.definitionId}
             </if>