订单详情调整

This commit is contained in:
2024-09-26 16:40:31 +08:00
parent 64a56ac4c2
commit c4a7ecd717

View File

@@ -145,7 +145,7 @@ public class ProductService {
tbShopTable.setChoseCount(order != null && (order.getSeatCount() != null));
}
concurrentMap.put("shopTableInfo", tbShopTable);
concurrentMap.put("shopTableInfo", tbShopTable == null ? "" : tbShopTable);
concurrentMap.put("storeInfo", shopInfo);
concurrentMap.put("distance", distance);
TbShopUser shopUser = tbShopUserMapper.selectByUserIdAndShopId(userId, shopId != null ? shopId.toString() : tbShopTable.getShopId().toString());