|
@@ -157,7 +157,7 @@ public class OpenedProductsFacade extends OpenedProductsServiceImpl {
|
|
|
if(StatusEnum.Disable.getKey()==lantoneProducts.getServiceStatus()){
|
|
|
throw new CommonException(CommonErrorCode.PARAM_IS_ERROR, "该产品已停用");
|
|
|
}
|
|
|
- openUpOnTrialDTO.setTrialUrl(lantoneProduct.getTrialUrl());
|
|
|
+ openUpOnTrialDTO.setTrialUrl(lantoneProducts.getTrialUrl());
|
|
|
Long userId = Long.parseLong(UserUtils.getCurrentPrincipleID());
|
|
|
//验证用户是否生成过试用
|
|
|
Map<String, Object> paramMap = new HashMap<>();
|