|
|
@ -461,6 +461,8 @@ public class LoanFinPolicyService extends MybatisBaseService<LoanFinPolicyMapper |
|
|
|
if ("1".equals(orgLevelKey)) { |
|
|
|
orgSidPath = orgSidPath.substring(0, i1); |
|
|
|
qw.like("lfp.orgSidPath", orgSidPath); |
|
|
|
//集团权限 查看列表为已报备数据
|
|
|
|
qw.eq("lfp.filingState",1); |
|
|
|
} else if ("2".equals(orgLevelKey)) { |
|
|
|
orgSidPath = orgSidPath.substring(0, i2); |
|
|
|
qw.like("lfp.orgSidPath", orgSidPath); |
|
|
|