|
@@ -493,7 +493,7 @@ public class LiveAfterSalesServiceImpl implements ILiveAfterSalesService {
|
|
|
return R.error("已提交申请,等待处理");
|
|
return R.error("已提交申请,等待处理");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if(order.getStatus().equals(OrderInfoEnum.STATUS_3.getValue())) {
|
|
|
|
|
|
|
+ if(order.getStatus().equals(4)) {
|
|
|
String json=configService.selectConfigByKey("store.config");
|
|
String json=configService.selectConfigByKey("store.config");
|
|
|
StoreConfig config= JSONUtil.toBean(json,StoreConfig.class);
|
|
StoreConfig config= JSONUtil.toBean(json,StoreConfig.class);
|
|
|
//已完成订单
|
|
//已完成订单
|