|
@@ -54,6 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
and epj.type = '2'
|
|
and epj.type = '2'
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
|
|
+ and epj.del_flag = '0'
|
|
WHERE ei.create_by = #{by} AND epj.id IS NOT NULL GROUP BY epj.id
|
|
WHERE ei.create_by = #{by} AND epj.id IS NOT NULL GROUP BY epj.id
|
|
<foreach collection="names" item="name">
|
|
<foreach collection="names" item="name">
|
|
union
|
|
union
|
|
@@ -72,6 +73,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
and epj.type = '2'
|
|
and epj.type = '2'
|
|
</if>
|
|
</if>
|
|
</if>
|
|
</if>
|
|
|
|
+ and epj.del_flag = '0'
|
|
WHERE ei.create_by = #{by} AND epj.id IS NOT NULL GROUP BY epj.id
|
|
WHERE ei.create_by = #{by} AND epj.id IS NOT NULL GROUP BY epj.id
|
|
|
|
|
|
</foreach>
|
|
</foreach>
|