This commit is contained in:
zhangchenbiao
2024-04-23 15:09:07 +08:00
parent 0db3a02819
commit d9ac5a307e
5 changed files with 101 additions and 7 deletions

View File

@@ -574,9 +574,6 @@ public class PointDetailInfoDO {
if(Objects.isNull(this.dayTrader) || Objects.isNull(this.profitRate) || Objects.isNull(this.monthProfitRate)){
return false;
}
if(Objects.isNull(this.deliveryRate) || Objects.isNull(this.deliveryFee)){
return false;
}
if(Objects.isNull(this.brandUseFee) || Objects.isNull(this.brandUseRate)){
return false;
}