|
@@ -30,7 +30,7 @@ public class PreDemandDto extends CommonDto implements Serializable {
|
|
|
private String thirdReturnUrl; // 结束问诊后跳回三方的地址
|
|
private String thirdReturnUrl; // 结束问诊后跳回三方的地址
|
|
|
|
|
|
|
|
public void setThirdReturnUrl(Long orderId) {
|
|
public void setThirdReturnUrl(Long orderId) {
|
|
|
- this.thirdReturnUrl = "pages_user/shopping/storeOrderDetail?id="+orderId;
|
|
|
|
|
|
|
+ this.thirdReturnUrl = "/pages_user/shopping/storeOrderDetail?id="+orderId;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|