|
|
@ -388,10 +388,15 @@ public class PlatformServiceImpl implements PlatformService {
|
|
|
|
IoOrderEntity ioOrderEntity1=new IoOrderEntity();
|
|
|
|
IoOrderEntity ioOrderEntity1=new IoOrderEntity();
|
|
|
|
ioOrderEntity1.setFromSpmsOrders(formSpmsOrders);
|
|
|
|
ioOrderEntity1.setFromSpmsOrders(formSpmsOrders);
|
|
|
|
ioOrderEntity1.setBillNo(orderId);
|
|
|
|
ioOrderEntity1.setBillNo(orderId);
|
|
|
|
|
|
|
|
ioOrderEntity1.setExportStatus(1);
|
|
|
|
ioOrderService.updateByBillNo(ioOrderEntity1);
|
|
|
|
ioOrderService.updateByBillNo(ioOrderEntity1);
|
|
|
|
return JSON.parseObject(resp, BaseResponse.class);
|
|
|
|
return JSON.parseObject(resp, BaseResponse.class);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
log.error("获取自助平台分库失败");
|
|
|
|
log.error("获取自助平台分库失败");
|
|
|
|
|
|
|
|
IoOrderEntity ioOrderEntity1=new IoOrderEntity();
|
|
|
|
|
|
|
|
ioOrderEntity1.setBillNo(orderId);
|
|
|
|
|
|
|
|
ioOrderEntity1.setExportStatus(2);
|
|
|
|
|
|
|
|
ioOrderService.updateByBillNo(ioOrderEntity1);
|
|
|
|
return ResultVOUtils.error(500, "获取自助平台接口异常");
|
|
|
|
return ResultVOUtils.error(500, "获取自助平台接口异常");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|