Browse Source

fix:水闸权限调整

release-sy-v1.0.0
“lyd” 3 weeks ago
parent
commit
6283a252e2
  1. 2
      shuili-system/src/main/java/com/kms/yxgh/common/dto/ApprovalSearchDto.java
  2. 2
      shuili-system/src/main/java/com/kms/yxgh/sz/dto/v2/SzRecordSearchV2Dto.java
  3. 2
      shuili-system/src/main/java/com/kms/yxgh/sz/dto/v2/SzV2CheckingSearchDto.java

2
shuili-system/src/main/java/com/kms/yxgh/common/dto/ApprovalSearchDto.java

@ -44,7 +44,7 @@ public class ApprovalSearchDto<T> implements IAdcdDeptRole{
public String getWagaCode() {
if (StringUtils.isEmpty(this.wagaCode)) {
this.wagaCode = AuthorityDikeCodeService.getAuthorityDikeCode();
this.wagaCode = AuthorityDikeCodeService.getAuthorityWagaCode();
}
return this.wagaCode;
}

2
shuili-system/src/main/java/com/kms/yxgh/sz/dto/v2/SzRecordSearchV2Dto.java

@ -59,7 +59,7 @@ public class SzRecordSearchV2Dto implements IAdcdDeptRole {
public String getWagaCode() {
if (StringUtils.isEmpty(this.wagaCode)) {
this.wagaCode = AuthorityDikeCodeService.getAuthorityDikeCode();
this.wagaCode = AuthorityDikeCodeService.getAuthorityWagaCode();
}
return this.wagaCode;
}

2
shuili-system/src/main/java/com/kms/yxgh/sz/dto/v2/SzV2CheckingSearchDto.java

@ -22,7 +22,7 @@ public class SzV2CheckingSearchDto implements IAdcdDeptRole {
public String getDikeCode() {
if (StringUtils.isEmpty(this.wagaCode)) {
this.wagaCode = AuthorityDikeCodeService.getAuthorityDikeCode();
this.wagaCode = AuthorityDikeCodeService.getAuthorityWagaCode();
}
return this.wagaCode;
}

Loading…
Cancel
Save