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