|
@@ -46,8 +46,6 @@
|
|
|
</if>
|
|
</if>
|
|
|
<if test="item.fieldName!=null or item.beginTime != null or item.endTime!=null">
|
|
<if test="item.fieldName!=null or item.beginTime != null or item.endTime!=null">
|
|
|
and
|
|
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')
|
|
wf.field_code in (select code_number from sys_organization_auth where role_id =#{item.roleId} and code_type = 'field')
|
|
|
</if>
|
|
</if>
|
|
|
<if test="item.fieldName == null and item.beginTime == null and item.beginTime == null">
|
|
<if test="item.fieldName == null and item.beginTime == null and item.beginTime == null">
|