瀏覽代碼

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

jz.kai 5 年之前
父節點
當前提交
8e20bcb7e0
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      picc-common/src/main/resources/mapper/business/InsurancePolicy.xml

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