|
|
@ -506,6 +506,8 @@ public class OrderServiceImpl implements OrderService {
|
|
|
|
if (null == orderEntity) {
|
|
|
|
if (null == orderEntity) {
|
|
|
|
return ResultVOUtils.error(500, "此单据不存在!");
|
|
|
|
return ResultVOUtils.error(500, "此单据不存在!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
orderEntity.setWzUploadStatus(String.valueOf(postThirdSysUploadInfo.getWzUploadStatus()));
|
|
|
|
|
|
|
|
orderEntity.setWzUploadResult(postThirdSysUploadInfo.getWzUploadResult());
|
|
|
|
orderDao.updateOrderUploadInfo(orderEntity);
|
|
|
|
orderDao.updateOrderUploadInfo(orderEntity);
|
|
|
|
return ResultVOUtils.success("同步完成!");
|
|
|
|
return ResultVOUtils.success("同步完成!");
|
|
|
|
}
|
|
|
|
}
|
|
|
|