From bdfb519e59d7119dcf5835a4b6ebd6c4d2006470 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期一, 16 十二月 2019 18:33:13 +0800
Subject: [PATCH] 合并代码

---
 OrderService/src/main/java/com/java110/order/smo/impl/OrderInnerServiceSMOImpl.java |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/OrderService/src/main/java/com/java110/order/smo/impl/OrderInnerServiceSMOImpl.java b/OrderService/src/main/java/com/java110/order/smo/impl/OrderInnerServiceSMOImpl.java
index aaa7e6b..53a023d 100644
--- a/OrderService/src/main/java/com/java110/order/smo/impl/OrderInnerServiceSMOImpl.java
+++ b/OrderService/src/main/java/com/java110/order/smo/impl/OrderInnerServiceSMOImpl.java
@@ -9,6 +9,8 @@
 import com.java110.utils.util.BeanConvertUtil;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.RequestBody;
+import org.springframework.web.bind.annotation.RequestMapping;
+import org.springframework.web.bind.annotation.RequestMethod;
 import org.springframework.web.bind.annotation.RestController;
 
 import java.util.List;
@@ -69,6 +71,16 @@
         return BeanConvertUtil.covertBeanList(centerServiceDAOImpl.queryManchineOrders(BeanConvertUtil.beanCovertMap(orderDto)), OrderDto.class);
     }
 
+    /**
+     * <p>鏌ヨ涓婄骇缁勭粐淇℃伅</p>
+     *
+     * @param orderDto 鏁版嵁瀵硅薄鍒嗕韩
+     * @return OrderDto 瀵硅薄鏁版嵁
+     */
+    public List<OrderDto> queryApplicationKeyOrders(@RequestBody OrderDto orderDto){
+        return BeanConvertUtil.covertBeanList(centerServiceDAOImpl.queryApplicationKeyOrders(BeanConvertUtil.beanCovertMap(orderDto)), OrderDto.class);
+    }
+
 
     public IUserInnerServiceSMO getUserInnerServiceSMOImpl() {
         return userInnerServiceSMOImpl;

--
Gitblit v1.8.0