## Opt - 秒结-甄选数据算在注册专区
This commit is contained in:
parent
6a14870803
commit
301648f213
|
@ -180,7 +180,9 @@ public class BonusSettleServiceImpl implements IBonusSettleService {
|
|||
public void calculateCuMemberRetailRangeBySaOrder(SaOrderExt orderExt) {
|
||||
Integer updateType = null;
|
||||
String symbol = orderExt.getCancelBool() ? "-" : "+";
|
||||
if (orderExt.getOrderType().equals(EOrderType.RETAIL_REGISTER.getValue())) {
|
||||
if (orderExt.getOrderType().equals(EOrderType.RETAIL_REGISTER.getValue())
|
||||
|| orderExt.getOrderType().equals(EOrderType.RETAIL_UPGRADE.getValue())
|
||||
) {
|
||||
updateType = 1;
|
||||
} else if (orderExt.getOrderType().equals(EOrderType.RETAIL_REPURCHASE.getValue())) {
|
||||
updateType = 2;
|
||||
|
|
Loading…
Reference in New Issue