From 788deca1b4a24f8a24e49c24f7d89975a1d74bbe Mon Sep 17 00:00:00 2001 From: admin <2780501319@qq.com> Date: 星期日, 03 十一月 2019 23:31:25 +0800 Subject: [PATCH] 商城订单退款处理 --- fanli/src/main/java/com/yeshi/fanli/service/inter/order/CommonOrderService.java | 196 +++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 180 insertions(+), 16 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 4312b76..713aa4c 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 @@ -1,13 +1,20 @@ package com.yeshi.fanli.service.inter.order; import java.math.BigDecimal; +import java.util.Date; import java.util.List; import java.util.Map; +import com.yeshi.fanli.dto.order.CommonOrderAddResultDTO; +import com.yeshi.fanli.entity.accept.AcceptData; +import com.yeshi.fanli.entity.jd.JDOrder; import com.yeshi.fanli.entity.order.CommonOrder; +import com.yeshi.fanli.entity.pdd.PDDOrder; import com.yeshi.fanli.entity.taobao.TaoBaoOrder; import com.yeshi.fanli.exception.order.CommonOrderException; import com.yeshi.fanli.vo.order.CommonOrderVO; + +import net.sf.json.JSONObject; public interface CommonOrderService { @@ -41,7 +48,7 @@ * @throws CommonOrderException */ public List<CommonOrderVO> listGroupOrderNoByUid(long start, int count, Long uid, Integer state, Integer type, - Integer orderState, String orderNo, String startTime, String endTime, Integer dateType) + Integer orderState, String orderNo, String startTime, String endTime, Integer dateType, Integer source) throws CommonOrderException; /** @@ -57,7 +64,7 @@ * @throws CommonOrderException */ long countGroupOrderNoByUid(Long uid, Integer state, Integer type, Integer orderState, String orderNo, - String startTime, String endTime, Integer dateType) throws CommonOrderException; + String startTime, String endTime, Integer dateType, Integer source) throws CommonOrderException; /** * 绉诲姩娈佃鍗曞垪琛� @@ -70,8 +77,9 @@ * 鍒拌处鐘舵�� * @return */ - public List<CommonOrderVO> getOrderByUid(Integer page, Long uid, Integer state, Integer type, Integer orderState, - String orderNo, String startTime, String endTime, Integer dateType) throws CommonOrderException; + public List<CommonOrderVO> getOrderByUid(AcceptData acceptData, Integer page, Long uid, Integer state, Integer type, + Integer orderState, String orderNo, String startTime, String endTime, Integer dateType, Integer source) + throws CommonOrderException,Exception; /** * 缁熻璁㈠崟-鏍规嵁绾㈠寘绫诲瀷 鑷喘 閭�璇� 鍒嗕韩 @@ -79,7 +87,7 @@ * @param uid * @return */ - public Map<String, BigDecimal> countOrderByHongBaoType(Long uid, Integer day); + public Map<String, BigDecimal> countHistoryOrder(Long uid, Integer day, Integer source); /** * 缁熻璁㈠崟 @@ -87,7 +95,8 @@ * @param uid * @return */ - public long countOrder(Long uid, Integer type, Integer isToday); + public long countBonusOrderNumber(Long uid, Integer type, Integer isToday, String startTime, String endTime, + Integer source); /** * 缁熻璁㈠崟 @@ -95,7 +104,21 @@ * @param uid * @return */ - public BigDecimal countOrderMoney(Long uid, Integer type, Integer isToday); + public BigDecimal countBonusOrderMoney(Long uid, Integer type, Integer isToday, String startTime, String endTime, + Integer source); + + /** + * 缁熻濂栭噾璁㈠崟鏁伴噺銆侀噾棰� + * + * @param uid + * @param type + * @param day + * @param startTime + * @param endTime + * @return + */ + public Map<String, Object> countBonusOrderMoneyAndNumber(Long uid, Integer type, Integer day, String startTime, + String endTime, Integer source); /** * 鏍规嵁鏉′欢缁熻 @@ -106,8 +129,8 @@ * @param endTime * @return */ - public Map<String, BigDecimal> countByUidAndOrderState(Long uid, Integer type, String startTime, String endTime, - Integer day); + public Long countUserOrderToApp(Long uid, Integer type, String startTime, String endTime, + Integer day, Integer source, Integer state, Integer stateOrder); /** * 鏍规嵁璁㈠崟鍙蜂笌璁㈠崟绫诲瀷鏌ヨ璁㈠崟 @@ -119,25 +142,166 @@ public List<CommonOrder> listBySourceTypeAndOrderId(int sourceType, String orderId); /** - * 缂撳瓨鏅�氳鍗� + * 缂撳瓨娣樺疂绫绘櫘閫氳鍗� * * @param taoBaoOrder * @param uid * @return + * @throws CommonOrderException */ - public CommonOrder addTaoBaoOrder(TaoBaoOrder taoBaoOrder, Long uid) throws CommonOrderException; - + public List<CommonOrderAddResultDTO> addTaoBaoOrder(List<TaoBaoOrder> taoBaoOrder, Long uid) throws CommonOrderException; + /** - * 鏍规嵁鎻愭潯浠剁粺璁″凡鍒拌处閲戦 + * 缂撳瓨鎷煎澶氱被鏅�氳鍗� + * + * @param pddOrderList * @param uid + * @return + * @throws CommonOrderException + */ + public List<CommonOrderAddResultDTO> addPDDOrder(List<PDDOrder> pddOrderList, Long uid) throws CommonOrderException; + + /** + * 缂撳瓨浜笢鏅�氳鍗� + * + * @param jdOrderList + * @param uid + * @return + * @throws CommonOrderException + */ + public List<CommonOrderAddResultDTO> addJDOrder(JDOrder jdOrder, Long uid) throws CommonOrderException; + + /** + * 鏍规嵁鐢ㄦ埛ID锛岃鍗曠姸鎬侊紝缁撶畻鏃堕棿缁熻璁㈠崟鏁伴噺 + * + * @param uid + * @param state + * @param minDate + * @param maxDate + * @return + */ + public long countByUidAndOrderStateWithOrderBalanceTime(Long uid, int state, Date minDate, Date maxDate); + + /** + * 鍚庣鏌ヨ璁㈠崟鍒楄〃 + * + * @param start + * @param count + * @param uid + * @param state * @param type + * @param orderState * @param orderNo * @param startTime * @param endTime - * @param day + * @param dateType + * 1鏄ㄥぉ 2浠婂ぉ 3鏈湀 4 涓婃湀 + * @return + * @throws CommonOrderException + */ + public List<CommonOrderVO> listQueryByUid(long start, int count, Long uid, Integer state, Integer type, + Integer orderState, String orderNo, String startTime, String endTime, Integer dateType) + throws CommonOrderException; + + public long countQueryByUid(Long uid, Integer state, Integer type, Integer orderState, String orderNo, + String startTime, String endTime, Integer dateType) throws CommonOrderException; + + /** + * 鏌ヨ鎵�鏈夌敤鎴疯鍗� + * + * @param start + * @param count + * @param keyType + * @param key + * @param state + * @param type + * @param orderState + * @param startTime + * @param endTime + * @return + * @throws CommonOrderException + */ + + public List<CommonOrderVO> listQuery(long start, int count, Integer keyType, String key, Integer state, + Integer type, Integer orderState, String startTime, String endTime, Integer source) + throws CommonOrderException; + + public long countQuery(Integer keyType, String key, Integer state, Integer type, Integer orderState, + String startTime, String endTime, Integer source) throws CommonOrderException; + + /** + * 鏌ヨ璁㈠崟 + * + * @param uid + * @param orderNo + * @return + * @throws CommonOrderException + */ + public CommonOrderVO getCommonOrderByOrderNo(Long uid, String orderNo, Integer orderState, Integer sourceType) + throws CommonOrderException; + + /** + * 浣跨敤濂栧姳鍒告垚鍔熷悗璺宠浆 淇敼 + * + * @param orderNo * @return */ - public Map<String, Object> countMoneyGroupOrderNoByUid(Long uid, Integer type, String orderNo, String startTime, - String endTime, Integer day); + public JSONObject getRewardJumpInfo(String orderNo, Integer goodsType); + + /** + * 鏍规嵁浜ゆ槗鍙疯幏鍙栬鍗曡鎯� + * + * @param sourceType + * @param tradeId + * @return + */ + public CommonOrder selectBySourceTypeAndTradeId(int sourceType, String tradeId); + + /** + * 鍒犻櫎閿欒璁㈠崟 + * + * @param coId + */ + public void deleteErrorCommonOrder(Long coId); + + /** + * 鏍规嵁璁㈠崟绫诲瀷涓庝氦鏄揑D鏌ヨ + * + * @param sourceType + * @param tradeId + * @return + */ + public List<CommonOrder> listBySourceTypeAndTradeId(int sourceType, String tradeId); + + /** + * 鏍规嵁鏉′欢鏌ヨ璁㈠崟 + * + * @param sourceType + * @param state + * @param minTime + * @param maxTime + * @param page + * @param pageSize + * @return + */ + public List<CommonOrder> listBySourceTypeAndStateAndThirdCrateTime(int sourceType, Integer state, Long minTime, + Long maxTime, int page, int pageSize); + + /** + * 鏌ヨ璁㈠崟 -鏍规嵁璁㈠崟鍙� + * + * @param uid + * @param orderNO + * @return + */ + public List<CommonOrder> getByOrderNo(Long uid, String orderNO); + + /** + * 鏍规嵁鐢ㄦ埛ID鏌ヨ鏈�杩戜竴鏉℃湁鏁堢殑璁㈠崟 + * + * @param uid + * @return + */ + public CommonOrder selectLatestValidByUid(Long uid); } -- Gitblit v1.8.0