订单详情调整
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user