Merge remote-tracking branch 'origin/cc_partner_init' into cc_partner_init

This commit is contained in:
guohb
2024-04-23 16:21:27 +08:00
8 changed files with 121 additions and 27 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;
}