Commit 9a623dcb authored by tangwei's avatar tangwei

修改bug

parent a2f2d5bf
...@@ -79,6 +79,9 @@ ...@@ -79,6 +79,9 @@
<if test="bizOrgCode != null and bizOrgCode != ''"> <if test="bizOrgCode != null and bizOrgCode != ''">
AND biz_org_code like CONCAT(#{bizOrgCode},'%') AND biz_org_code like CONCAT(#{bizOrgCode},'%')
</if> </if>
<if test="companyCode != null and companyCode != ''">
AND biz_org_code ={companyCode}
</if>
<if test="formGroupId != null and formGroupId != '' and formGroupId != '-1'"> <if test="formGroupId != null and formGroupId != '' and formGroupId != '-1'">
AND form_group_id = #{formGroupId} AND form_group_id = #{formGroupId}
</if> </if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment