|
@@ -25,6 +25,7 @@ import com.fdkankan.agent.util.DateUtils;
|
|
|
import com.fdkankan.common.util.DateUtil;
|
|
|
import com.fdkankan.rabbitmq.util.RabbitMqProducer;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
+import org.bouncycastle.jcajce.provider.asymmetric.rsa.AlgorithmParametersSpi;
|
|
|
import org.joda.time.DateTime;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
@@ -178,6 +179,7 @@ public class UserIncrementServiceImpl extends ServiceImpl<IUserIncrementMapper,
|
|
|
if(incrementType.getValidTimeType() == 1){
|
|
|
param.setMemberLevels("SE");
|
|
|
}
|
|
|
+ param.setIncrementTypeId(incrementType.getId());
|
|
|
IncrementOrderMg orderMg = incrementOrderMgService.addOrder(user, param, agentNewVo);
|
|
|
|
|
|
userIncrement.setIsExpired(0);
|