Commit 68843f7e by guojuxing

多表查询别名

parent 75592d85
......@@ -318,12 +318,12 @@
<if test="listAll == null or listAll != 1 ">
<if test="enterpriseIdList != null and enterpriseIdList.size() &gt; 0">
and enterprise_id in
and a.enterprise_id in
<foreach close=")" collection="enterpriseIdList" index="index" item="enterpriseId" open="(" separator=",">
#{enterpriseId}
</foreach>
</if>
or creator_id = #{creatorId}
or a.creator_id = #{creatorId}
</if>
GROUP BY a.enterprise_id
......
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