|
@@ -820,8 +820,7 @@ public class OrderServiceImpl implements IOrderService {
|
|
|
|
|
|
@Override
|
|
|
public OrderVO.PreviewOrderPlaceGymnasiumNoFixation previewOrderPlaceGymnasiumNoFixation(String placeId) {
|
|
|
- AppSitePriceRules appSitePriceRules = appSitePriceRulesMapper.selectById(placeId);
|
|
|
- return appSitePlaceMapper.previewOrderPlaceGymnasiumNoFixation(appSitePriceRules.getSitePlaceId());
|
|
|
+ return appSitePlaceMapper.previewOrderPlaceGymnasiumNoFixation(placeId);
|
|
|
}
|
|
|
|
|
|
@Override
|