@@ -46,8 +46,6 @@
</if>
<if test="item.fieldName!=null or item.beginTime != null or item.endTime!=null">
and
- wf.create_by = #{item.userId}
- and
wf.field_code in (select code_number from sys_organization_auth where role_id =#{item.roleId} and code_type = 'field')
<if test="item.fieldName == null and item.beginTime == null and item.beginTime == null">
@@ -58,8 +58,6 @@
<if test="state!=null or companyName!=null">
wc.company_code in (select code_number from sys_organization_auth where role_id =#{roleId} and code_type = 'company')
- wc.create_by = #{userId}
<if test="state==null and companyName==null">