现金、积分分润逻辑实现
This commit is contained in:
@@ -1870,7 +1870,7 @@ public class OmsPortalOrderServiceImpl implements OmsPortalOrderService {
|
|||||||
int fundPoints = (int)(rewardPoints * 0.05);
|
int fundPoints = (int)(rewardPoints * 0.05);
|
||||||
umsDevelopmentFundMapper.updatePoints(fundPoints);
|
umsDevelopmentFundMapper.updatePoints(fundPoints);
|
||||||
|
|
||||||
//积分分润
|
//积分分润逻辑
|
||||||
memberPointsSplitProfitService.pointsSplit(order);
|
memberPointsSplitProfitService.pointsSplit(order);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user