Commit d3e59cd7 authored by hezhen's avatar hezhen

123

parent 9569e9a6
......@@ -977,7 +977,7 @@
and v2.model_id = #{modelId}
</if>
<if test="parkBranchCompanyId != null and parkBranchCompanyId > 0">
and (bc2.id = #{parkBranchCompanyId} or bc3.id = #{parkBranchCompanyId}or bc4.id = #{parkBranchCompanyId})
and (bc2.id = #{parkBranchCompanyId} or bc3.id = #{parkBranchCompanyId} or bc4.id = #{parkBranchCompanyId})
</if>
<if test="branchId != null and branchId > 0">
and (bc2.company_id = #{branchId} or bc3.company_id = #{branchId} or bc4.company_id = #{branchId})
......
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