|
@@ -167,7 +167,7 @@ public class EntitlementsImportAnalysis extends DataAnalysis<EntitlementsImportA
|
|
|
if (item.getPeriod() == null) {
|
|
|
ret += "周期错误且不能为空;";
|
|
|
} else if (item.getPeriod() == PeriodEnum.PERPETUAL) {
|
|
|
- if (!"SVIP".equals(item.getEntitlementType()) && "TENANT_ALBUM".equals(item.getEntitlementType())) {
|
|
|
+ if (!"SVIP".equals(item.getEntitlementType()) && !"TENANT_ALBUM".equals(item.getEntitlementType())) {
|
|
|
ret += "仅SVIP、机构专辑支持永久;";
|
|
|
}
|
|
|
item.setNumber("100");
|