|
@@ -177,11 +177,11 @@ private static final long serialVersionUID=1L;
|
|
|
private String cancellationTime;
|
|
private String cancellationTime;
|
|
|
|
|
|
|
|
// 姓名脱敏:只保留姓氏,名字部分用*代替
|
|
// 姓名脱敏:只保留姓氏,名字部分用*代替
|
|
|
- public String getLegalRepresentative() {
|
|
|
|
|
|
|
+ /*public String getLegalRepresentative() {
|
|
|
if (this.legalRepresentative == null || this.legalRepresentative.length() <= 1) {
|
|
if (this.legalRepresentative == null || this.legalRepresentative.length() <= 1) {
|
|
|
return this.legalRepresentative;
|
|
return this.legalRepresentative;
|
|
|
}
|
|
}
|
|
|
return this.legalRepresentative.substring(0, 1) + "*";
|
|
return this.legalRepresentative.substring(0, 1) + "*";
|
|
|
- }
|
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
|
|
}
|
|
}
|