Compare commits

..

No commits in common. "5ade87a91d4ad1c1ee89d295c8d1bace78b6d608" and "110cef3674f3c925e03ba9c0157dc77ba1e392ca" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -180,9 +180,7 @@ 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())
|| orderExt.getOrderType().equals(EOrderType.RETAIL_UPGRADE.getValue())
) {
if (orderExt.getOrderType().equals(EOrderType.RETAIL_REGISTER.getValue())) {
updateType = 1;
} else if (orderExt.getOrderType().equals(EOrderType.RETAIL_REPURCHASE.getValue())) {
updateType = 2;