Commit 3c2439c2 authored by lisong's avatar lisong

更新

parent 9f6f35f1
......@@ -888,11 +888,12 @@ LEFT JOIN (
cb_org_usr cou
LEFT JOIN tz_ugp_project_resource upr ON cou.sequence_nbr = upr.resource_id
<where>
<if test="projectId != null and projectId != ''">
upr.project_id = #{projectId}
upr.type = 'welder' AND upr.project_id = #{projectId}
</if>
<if test="projectId == null or projectId == ''">
upr.resource_id is null
AND upr.resource_id is null
</if>
AND cou.parent_id = #{companyId}
</where>
......
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