|
@@ -709,6 +709,7 @@ public class YongyouServiceImpl implements YongyouService {
|
|
|
order.setStatus(0);
|
|
|
detail.setDetailStatus(10);
|
|
|
}
|
|
|
+ order.setErrorMessage(response.getMsg());
|
|
|
longYanPurchaseOrderMapper.updateByPrimaryKeySelective(order);
|
|
|
Weekend<LongYanPurchaseDetail> weekend = new Weekend<>(LongYanPurchaseDetail.class);
|
|
|
WeekendCriteria<LongYanPurchaseDetail,Object> weekendCriteria = weekend.weekendCriteria();
|