|
|
@ -1266,8 +1266,7 @@ public class FinUncollectedReceivablesDetailedService extends MybatisBaseService |
|
|
|
orgPath = orgPath.substring(0, i4); |
|
|
|
qw.like("b.orgSidPath", orgPath); |
|
|
|
} else if ("5".equals(orgLevelKey)) { |
|
|
|
orgPath = orgPath.substring(0, i4); |
|
|
|
qw.like("b.orgSidPath", orgPath); |
|
|
|
qw.like("b.createBySid", query.getUserSid()); |
|
|
|
} else { |
|
|
|
PagerVo<CustomerBillSummaryVo> p = new PagerVo<>(); |
|
|
|
return p; |
|
|
@ -1345,8 +1344,7 @@ public class FinUncollectedReceivablesDetailedService extends MybatisBaseService |
|
|
|
orgPath = orgPath.substring(0, i4); |
|
|
|
qw.like("b.orgSidPath", orgPath); |
|
|
|
} else if ("5".equals(orgLevelKey)) { |
|
|
|
orgPath = orgPath.substring(0, i4); |
|
|
|
qw.like("b.orgSidPath", orgPath); |
|
|
|
qw.like("b.createBySid", query.getUserSid()); |
|
|
|
} else { |
|
|
|
return new ArrayList<>(); |
|
|
|
} |
|
|
|