## 是否支付为空校验;

This commit is contained in:
cabbage 2025-06-16 08:54:40 +08:00
parent b9ddee109f
commit 4ae4b5178e
1 changed files with 1 additions and 1 deletions

View File

@ -2657,7 +2657,7 @@ public class SaOrderServiceImpl extends ServiceImpl<SaOrderMapper, SaOrder> impl
}
// TODO 2025.06.14 添加新需求V1-V3购买多给两级
if (EYesNo.YES.getIntValue() == isPay) {
if (null != isPay && EYesNo.YES.getIntValue() == isPay) {
// 支付时才进行处理
if (null != bdGrade) {
if (EGrade.HAI_FAN.getValue() == bdGrade.getGradeValue()) {