|
@@ -98,6 +98,7 @@ public class IncrementOrderImpl implements OrderStrategy {
|
|
|
if(incrementAutoOrder!= null){
|
|
|
userIncrementEntity.setSubscriptionOrder(incrementAutoOrder.getSubscriptionId());
|
|
|
}
|
|
|
+ userIncrementEntity.setMonthQy(responseIncrementOrder.getMonthQy());
|
|
|
userIncrementService.updateById(userIncrementEntity);
|
|
|
|
|
|
if(userIncrementEntity.getAgentId() != null && !flag){
|