Commit 5a59f354 authored by hezhen's avatar hezhen

123

parent 2fe5156d
......@@ -16,7 +16,7 @@
LEFT JOIN branch_company c ON d.company_id=c.id
LEFT JOIN company_info ci ON d.branch_id=ci.id
<where>
d.itype != 5
<!--d.itype != 5-->
<if test="companyId != null and companyId > 0">
and d.company_id=#{companyId}
</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