Commit 185caeff authored by lanbaoming's avatar lanbaoming

2024-06-25-3提交

parent 1dab3fa5
......@@ -2722,7 +2722,7 @@ public class OrderBusinessServiceImpl extends AbstractService<OrderMapper, Order
}
} else {
zTest z = new zTest();
z.setTestname("单询价为空");
z.setTestname("单询价为空 createOrderNoQuoteException");
z.setCreatedate(new Date());
zTestMapper.insert(z);
}
......
......@@ -3092,7 +3092,7 @@ public class ProductPriceServiceImpl extends AbstractService<ProductPriceMapper,
List<ProductPriceStepDO> allStepList = buildAllStepList(updateReqVO);
clearAndSavePriceStepList(Collections.singletonList(updateReqVO.getId()), allStepList, priceTransportTypeMap, false);
//根据价格id获取和此价格关联的订单 lanbm 2024-05-31 添加注释
//根据价格id获取和此价格关联的订单
handleOrderException(Collections.singletonList(priceId), true);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment