## 是否支付为空校验;
This commit is contained in:
parent
b6cd6624a1
commit
eb5d14ce4e
|
@ -2657,7 +2657,7 @@ public class SaOrderServiceImpl extends ServiceImpl<SaOrderMapper, SaOrder> impl
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO 2025.06.14 添加新需求,V1-V3,购买多给两级
|
// TODO 2025.06.14 添加新需求,V1-V3,购买多给两级
|
||||||
if (EYesNo.YES.getIntValue() == isPay) {
|
if (null != isPay && EYesNo.YES.getIntValue() == isPay) {
|
||||||
// 支付时才进行处理
|
// 支付时才进行处理
|
||||||
if (null != bdGrade) {
|
if (null != bdGrade) {
|
||||||
if (EGrade.HAI_FAN.getValue() == bdGrade.getGradeValue()) {
|
if (EGrade.HAI_FAN.getValue() == bdGrade.getGradeValue()) {
|
||||||
|
|
Loading…
Reference in New Issue