|
@@ -266,9 +266,9 @@ public class SandPayService {
|
|
|
if (order.getStatus() != OrderStatus.NOT_PAID) {
|
|
if (order.getStatus() != OrderStatus.NOT_PAID) {
|
|
|
throw new BusinessException("订单状态错误");
|
|
throw new BusinessException("订单状态错误");
|
|
|
}
|
|
}
|
|
|
- if (order.getSource().equals(CollectionSource.TRANSFER)) {
|
|
|
|
|
- throw new BusinessException("二级市场暂未开放");
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// if (order.getSource().equals(CollectionSource.TRANSFER)) {
|
|
|
|
|
+// throw new BusinessException("二级市场暂未开放");
|
|
|
|
|
+// }
|
|
|
JSONObject extend = new JSONObject();
|
|
JSONObject extend = new JSONObject();
|
|
|
extend.put("type", "order");
|
|
extend.put("type", "order");
|
|
|
extend.put("id", orderId);
|
|
extend.put("id", orderId);
|