From f94a5a1d3fe9bde0e599d41f2d97caea1b08a88d Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期一, 29 六月 2020 15:48:12 +0800 Subject: [PATCH] 免单调整 --- fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java | 13 +++++++++++-- 1 files changed, 11 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 2c634b0..005024e 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 @@ -444,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); /** * 缁存潈閲戦璁$畻 @@ -480,4 +480,13 @@ */ public List<CommonOrder> listByOrderNo(String orderNo); + /** + * 鏍规嵁璁㈠崟绫诲瀷+ 璁㈠崟鍙锋煡璇� + * @param uid + * @param orderNO + * @param sourceType + * @return + */ + public List<CommonOrder> getByOrderNoAndSourceType(Long uid, String orderNO, int sourceType); + } -- Gitblit v1.8.0