From 0e5c33fc0bc6c3b70ccf649f14ca1ac3fa4431d6 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期一, 22 六月 2020 17:57:49 +0800 Subject: [PATCH] 云发单匹配群 bug --- fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java index 6e634af..c7bbf51 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java @@ -11,6 +11,7 @@ import com.yeshi.fanli.entity.order.CommonOrder; import com.yeshi.fanli.entity.order.ESOrder; import com.yeshi.fanli.entity.pdd.PDDOrder; +import com.yeshi.fanli.entity.suning.SuningOrderInfo; import com.yeshi.fanli.entity.taobao.TaoBaoOrder; import com.yeshi.fanli.entity.taobao.TaoBaoWeiQuanOrder; import com.yeshi.fanli.entity.vipshop.VipShopOrder; @@ -21,6 +22,7 @@ import net.sf.json.JSONObject; public interface CommonOrderService { + public int insert(CommonOrder record); @@ -188,6 +190,22 @@ * @throws */ public List<CommonOrderAddResultDTO> addVipShopOrder(VipShopOrder order, Long uid) throws CommonOrderException; + + + + /** + * 娣诲姞鑻忓畞璁㈠崟 + * @Title: addVipShopOrder + * @Description: + * @param order + * @param uid + * @return + * @throws CommonOrderException + * List<CommonOrderAddResultDTO> 杩斿洖绫诲瀷 + * @throws + */ + public List<CommonOrderAddResultDTO> addSuningOrder(List<SuningOrderInfo> suningOrderList, Long uid) throws CommonOrderException; + /** * 鏍规嵁鐢ㄦ埛ID锛岃鍗曠姸鎬侊紝缁撶畻鏃堕棿缁熻璁㈠崟鏁伴噺 @@ -426,10 +444,10 @@ */ public List<CommonOrderVO> getOrderList(AcceptData acceptData, Integer page, Long uid, Integer state, Integer type, Integer orderState, String orderNo, String startTime, String endTime, Integer dateType, - List<Integer> listSource, boolean notBackSuVip) throws CommonOrderException, Exception; + List<Integer> listSource) throws CommonOrderException, Exception; long countOrderList(Long uid, Integer state, Integer type, Integer orderState, String orderNo, String startTime, - String endTime, Integer dateType, List<Integer> listSource, boolean notBackSuVip) throws CommonOrderException; + String endTime, Integer dateType, List<Integer> listSource); /** * 缁存潈閲戦璁$畻 -- Gitblit v1.8.0