From 6b291f18e944053ebb1dcd51495839b7b32b668d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 16 二月 2020 19:19:53 +0800
Subject: [PATCH] 优化权限组修改功能
---
OrderService/src/main/java/com/java110/order/dao/ICenterServiceDAO.java | 42 ++++++++++++++++++++++++++++++++++++++----
1 files changed, 38 insertions(+), 4 deletions(-)
diff --git a/OrderService/src/main/java/com/java110/order/dao/ICenterServiceDAO.java b/OrderService/src/main/java/com/java110/order/dao/ICenterServiceDAO.java
index 4f24782..e889248 100644
--- a/OrderService/src/main/java/com/java110/order/dao/ICenterServiceDAO.java
+++ b/OrderService/src/main/java/com/java110/order/dao/ICenterServiceDAO.java
@@ -13,6 +13,7 @@
/**
* 淇濆瓨璁㈠崟淇℃伅
+ *
* @param order 璁㈠崟淇℃伅
* @return
*/
@@ -20,6 +21,7 @@
/**
* 淇濆瓨灞炴�т俊鎭�
+ *
* @param orderAttrs
* @return
*/
@@ -28,6 +30,7 @@
/**
* 淇濆瓨璁㈠崟椤逛俊鎭�
+ *
* @param businesses 璁㈠崟椤逛俊鎭�
* @return
*/
@@ -35,12 +38,14 @@
/**
* 淇濆瓨璁㈠崟椤逛俊鎭�
+ *
* @param business 璁㈠崟椤逛俊鎭�
*/
public void saveBusiness(Map business) throws DAOException;
/**
* 淇濆瓨灞炴�т俊鎭�
+ *
* @param businessAttrs
* @return
*/
@@ -48,6 +53,7 @@
/**
* 鏇存柊璁㈠崟淇℃伅锛堜竴鑸氨鏇存柊璁㈠崟鐘舵�侊級
+ *
* @param order
* @throws DAOException
*/
@@ -55,6 +61,7 @@
/**
* 鏇存柊璁㈠崟椤逛俊鎭紙涓�鑸氨鏇存柊璁㈠崟鐘舵�侊級
+ *
* @param order
* @throws DAOException
*/
@@ -62,6 +69,7 @@
/**
* 鏍规嵁bId 淇敼涓氬姟椤逛俊鎭�
+ *
* @param business
* @throws DAOException
*/
@@ -69,6 +77,7 @@
/**
* 褰撴墍鏈変笟鍔″姩浣滄槸鍚﹂兘鏄疌锛屽皢璁㈠崟淇℃伅鏀逛负 C
+ *
* @param bId
* @return
* @throws DAOException
@@ -77,45 +86,52 @@
/**
* 褰撴墍鏈変笟鍔″姩浣滄槸鍚﹂兘鏄疌锛屽皢璁㈠崟淇℃伅鏀逛负 C
+ *
* @param oId
* @return
* @throws DAOException
*/
public void completeOrderByOId(String oId) throws DAOException;
+
/**
* 鍒ゆ柇 business 杩囩▼鏄惁瀹屾垚 1 琛ㄧず瀹屾垚 0琛ㄧず鏈畬鎴�
+ *
* @param oId
* @return
* @throws DAOException
*/
- public int judgeAllBusinessCompleted(String oId,String statusCd) throws DAOException;
+ public int judgeAllBusinessCompleted(String oId, String statusCd) throws DAOException;
/**
* 鍒ゆ柇 business 杩囩▼鏄惁鏄惁婊¤冻鎾ゅ崟鏉′欢
+ *
* @param oId
* @return
* @throws DAOException
*/
- public int judgeAllBusinessDeleteOrder(String oId,String statusCd) throws DAOException;
+ public int judgeAllBusinessDeleteOrder(String oId, String statusCd) throws DAOException;
/**
* 鏍规嵁bId鏌ヨ璁㈠崟淇℃伅
+ *
* @param bId
* @return
* @throws DAOException
*/
- public Map getOrderInfoByBId(String bId)throws DAOException;
+ public Map getOrderInfoByBId(String bId) throws DAOException;
/**
* 鏍规嵁oId鏌ヨ璁㈠崟淇℃伅
+ *
* @param oId
* @return
* @throws DAOException
*/
- public Map getDeleteOrderBusinessByOId(String oId)throws DAOException;
+ public Map getDeleteOrderBusinessByOId(String oId) throws DAOException;
/**
* 鑾峰彇鍚屼釜璁㈠崟涓凡缁忓畬鎴愮殑璁㈠崟椤�
+ *
* @param bId
* @return
* @throws DAOException
@@ -124,6 +140,7 @@
/**
* 鏍规嵁oId 鏌ヨBusiness
+ *
* @param info
* @return
* @throws DAOException
@@ -132,23 +149,40 @@
/**
* 鏌ヨ鎵�鏈夌粍浠�
+ *
* @return
*/
public List<Map> getAppRouteAndServiceInfoAll();
/**
* 鏌ヨ鏄犲皠琛�
+ *
* @return
*/
public List<Mapping> getMappingInfoAll();
/**
* 鏌ヨ涓氫富 娣诲姞 淇敼 鍒犻櫎璁㈠崟
+ *
* @param info
* @return
*/
public List<Map> queryOwenrOrders(Map info);
+ /**
+ * 鏌ヨ涓氫富 娣诲姞 淇敼 鍒犻櫎璁㈠崟
+ *
+ * @param info
+ * @return
+ */
+ public int updateBusinessStatusCd(Map info);
+
+
+ public List<Map> queryManchineOrders(Map info);
+
+ public List<Map> queryApplicationKeyOrders(Map info);
+
+ public List<Map> querySameOrderBusiness(Map info);
}
--
Gitblit v1.8.0