店铺管理-店铺配置:打印机设置相关接口
This commit is contained in:
@@ -105,7 +105,7 @@ public class PrintConsumer {
|
||||
log.error("orderInfo-before: {}", JSON.toJSONString(orderInfo));
|
||||
ThreadUtil.safeSleep(1000*3);
|
||||
TbOrderInfo newOrderInfo = tbOrderInfoMapper.selectByPrimaryKey(orderId);
|
||||
log.error("orderInfo-after: {}", JSON.toJSONString(orderInfo));
|
||||
log.error("orderInfo-after: {}", JSON.toJSONString(newOrderInfo));
|
||||
Utils.checkValueUnReturn(orderInfo, "订单信息不存在");
|
||||
TbShopInfo shopInfo = tbShopInfoMapper.selectByPrimaryKey(Integer.valueOf(orderInfo.getShopId()));
|
||||
Utils.checkValueUnReturn(shopInfo, "店铺信息不存在");
|
||||
|
||||
Reference in New Issue
Block a user