Showing
1 changed file
with
1 additions
and
1 deletions
@@ -9,7 +9,7 @@ import org.springframework.stereotype.Component; | @@ -9,7 +9,7 @@ import org.springframework.stereotype.Component; | ||
9 | public class OrderSubmitServiceFactory { | 9 | public class OrderSubmitServiceFactory { |
10 | 10 | ||
11 | @Autowired | 11 | @Autowired |
12 | - ISubmitOrderService ordeCreationService; | 12 | + SubmitOrderServiceImpl ordeCreationService; |
13 | 13 | ||
14 | @Autowired | 14 | @Autowired |
15 | FastDeliverySubmitServiceImpl fastDeliverySubmitService; | 15 | FastDeliverySubmitServiceImpl fastDeliverySubmitService; |
-
Please register or login to post a comment