@@ -71,7 +71,7 @@ public class IPUtils {
if (!StringUtils.isEmpty(ip) && ip.indexOf(IP_UTILS_FLAG) > 0) {
ip = ip.substring(0, ip.indexOf(IP_UTILS_FLAG));
}
-
+ logger.info("getIpAddr method end, ip: {}", ip);
return ip;
@@ -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">