|
|
@ -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; |
|
|
|
} |
|
|
|