Commit 594c8984 authored by suhuiguang's avatar suhuiguang

1.未指定字段表bug

parent 59e10062
......@@ -203,7 +203,7 @@
<where>
a.project_org_code = c.project_org_code
<if test="parentCode != null and parentCode != ''">
AND project_org_code like concat(#{parentCode},'%')
AND a.project_org_code like concat(#{parentCode},'%')
</if>
</where>
GROUP BY
......
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