From 3f76ec837b343e5a8538f2ce50010714d16cdeef Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期四, 07 十一月 2019 12:24:40 +0800
Subject: [PATCH] 红包领取

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/shop/BanLiShopOrderPayServiceImpl.java |   99 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 89 insertions(+), 10 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/shop/BanLiShopOrderPayServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/shop/BanLiShopOrderPayServiceImpl.java
index 14fc3b4..4a5e0be 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/shop/BanLiShopOrderPayServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/shop/BanLiShopOrderPayServiceImpl.java
@@ -7,10 +7,14 @@
 
 import org.springframework.stereotype.Service;
 import org.springframework.transaction.annotation.Transactional;
-import org.yeshi.utils.entity.wx.WXAPPInfo;
 import org.yeshi.utils.exception.WXOrderException;
-import org.yeshi.utils.wx.WXPayUtil;
 
+import com.aliyun.openservices.ons.api.Message;
+import com.aliyun.openservices.ons.api.Producer;
+import com.aliyun.openservices.ons.api.SendResult;
+import com.google.gson.Gson;
+import com.yeshi.fanli.dto.mq.order.OrderTopicTagEnum;
+import com.yeshi.fanli.dto.mq.order.body.BanLiShopOrderMQMsg;
 import com.yeshi.fanli.entity.redpack.RedPackDetail;
 import com.yeshi.fanli.entity.shop.BanLiShopGoods;
 import com.yeshi.fanli.entity.shop.BanLiShopGoodsClass;
@@ -26,8 +30,9 @@
 import com.yeshi.fanli.service.inter.shop.BanLiShopGoodsSetService;
 import com.yeshi.fanli.service.inter.shop.BanLiShopOrderPayService;
 import com.yeshi.fanli.service.inter.shop.BanLiShopOrderService;
-import com.yeshi.fanli.util.Constant;
 import com.yeshi.fanli.util.factory.RedPackDetailFactory;
+import com.yeshi.fanli.util.rocketmq.MQTopicName;
+import com.yeshi.fanli.util.wx.BanLiShopWXPayUtil;
 
 @Service
 public class BanLiShopOrderPayServiceImpl implements BanLiShopOrderPayService {
@@ -49,6 +54,9 @@
 	@Resource
 	private RedPackDetailService redPackDetailService;
 
+	@Resource(name = "producer")
+	private Producer producer;
+
 	@Transactional
 	@Override
 	public void payOrderByHongBao(Long orderId) throws BanLiShopOrderException, RedPackBalanceException {
@@ -57,7 +65,7 @@
 			throw new BanLiShopOrderException(1, "璁㈠崟涓嶅瓨鍦�");
 		}
 		if (order.getHongBaoPayment() == null)
-			throw new BanLiShopOrderException(2, "涓嶉渶瑕侀噰鐢ㄧ孩鍖呮敮浠�");
+			return;
 
 		if (order.getHongBaoPaymentState() != null && order.getHongBaoPaymentState() == BanLiShopOrder.PAY_STATE_PAID) {
 			throw new BanLiShopOrderException(3, "閲嶅鏀粯");
@@ -157,7 +165,8 @@
 		BanLiShopOrder order = banLiShopOrderService.selectByPrimaryKeyForUpdate(orderId);
 		if (order == null)
 			throw new BanLiShopOrderException(1, "璁㈠崟涓嶅瓨鍦�");
-		if (order.getState() != BanLiShopOrder.STATE_REJECT)
+		if (order.getState() == BanLiShopOrder.STATE_REJECT_REFUND_FAIL
+				|| order.getState() == BanLiShopOrder.STATE_REJECT_REFUND_SUCCESS)
 			throw new BanLiShopOrderException(2, "璁㈠崟鏈鎷掔粷/璁㈠崟宸查��娆�");
 
 		BanLiShopOrder update = new BanLiShopOrder();
@@ -184,22 +193,92 @@
 				throw new BanLiShopOrderException(5, "绾㈠寘閫�娆惧け璐�");
 			}
 			update.setHongBaoPaymentState(BanLiShopOrder.PAY_STATE_REFUND);
+			order.setHongBaoPaymentState(BanLiShopOrder.PAY_STATE_REFUND);
 		}
 
-		// TODO 寰俊鏀粯閫�娆�
 		if (order.getMoneyPaymentState() != null && order.getMoneyPaymentState() == BanLiShopOrder.PAY_STATE_PAID) {
 			try {
-				boolean success = WXPayUtil.refund(order.getOrderNo(), order.getMoneyPayment(), order.getMoneyPayment(),
-						null, new WXAPPInfo(), null, null);
+				boolean success = BanLiShopWXPayUtil.refund(order.getOrderNo(), order.getMoneyPayment());
 				if (success) {
-					update.setMoneyPaymentState(BanLiShopOrder.PAY_STATE_REFUND);
+					update.setMoneyPaymentState(BanLiShopOrder.PAY_STATE_REFUNDING);
+					order.setMoneyPaymentState(BanLiShopOrder.PAY_STATE_REFUNDING);
+					// 鍙戦�侀��娆炬秷鎭�
+					BanLiShopOrderMQMsg msg = new BanLiShopOrderMQMsg(order.getId(), order.getUid());
+					Message message = new Message(MQTopicName.TOPIC_ORDER.name(),
+							OrderTopicTagEnum.banLiShopOrderRefund.name(), new Gson().toJson(msg).getBytes());
+					message.setStartDeliverTime(System.currentTimeMillis() + 1000 * 60 *5L);// 寤舵椂24灏忔椂閫氱煡妫�娴嬪井淇¢��娆剧姸鎬�
+					SendResult result = producer.send(message);
+					if (result == null) {
+						throw new BanLiShopOrderException(8, "娑堟伅鍙戦�佸け璐�");
+					}
 				} else
 					throw new BanLiShopOrderException(6, "寰俊鏀粯閫�娆惧け璐�");
-
 			} catch (WXOrderException e) {
 				throw new BanLiShopOrderException(6, "寰俊鏀粯閫�娆惧け璐�");
 			}
 		}
+
+		// 妫�鏌� 鏄惁閫�娆炬垚鍔�
+		if (update.getMoneyPaymentState() != null
+				&& update.getMoneyPaymentState() == BanLiShopOrder.PAY_STATE_REFUNDING) {
+			try {
+				boolean isS = BanLiShopWXPayUtil.isRefundSuccess(order.getOrderNo());
+				if (isS) {
+					update.setMoneyPaymentState(BanLiShopOrder.PAY_STATE_REFUND);
+					order.setMoneyPaymentState(BanLiShopOrder.PAY_STATE_REFUND);
+				}
+			} catch (WXOrderException e) {
+				throw new BanLiShopOrderException(7, "寰俊鏀粯閫�娆炬煡璇㈠け璐�");
+			}
+		}
+
+		if (update.getHongBaoPaymentState() != null || update.getMoneyPaymentState() != null) {
+			// 鑾峰彇鏁翠釜璁㈠崟鐨勯��娆剧姸鎬�
+			int state = getRefundState(order);
+			update.setState(state);
+			update.setUpdateTime(new Date());
+			banLiShopOrderService.udpateSelectiveByPrimaryKey(update);
+		}
+	}
+
+	/**
+	 * 鑾峰彇鏁翠釜閫�娆剧姸鎬�
+	 * 
+	 * @param order
+	 * @return
+	 */
+	private int getRefundState(BanLiShopOrder order) {
+		int refundCount = 0;
+		int refundSuccessCount = 0;
+
+		if (order.getHongBaoPayment() != null) {
+			refundCount++;
+			if (order.getHongBaoPaymentState() != null
+					&& order.getHongBaoPaymentState() == BanLiShopOrder.PAY_STATE_REFUND)
+				refundSuccessCount++;
+		}
+
+		if (order.getBalancePayment() != null) {
+			refundCount++;
+			if (order.getBalancePaymentState() != null
+					&& order.getBalancePaymentState() == BanLiShopOrder.PAY_STATE_REFUND)
+				refundSuccessCount++;
+		}
+
+		if (order.getMoneyPayment() != null) {
+			refundCount++;
+			if (order.getMoneyPaymentState() != null && order.getMoneyPaymentState() == BanLiShopOrder.PAY_STATE_REFUND)
+				refundSuccessCount++;
+		}
+
+		if (refundCount == refundSuccessCount)
+			return BanLiShopOrder.STATE_REJECT_REFUND_SUCCESS;// 閫�娆炬垚鍔�
+		else {
+			if (refundSuccessCount == 0)
+				return BanLiShopOrder.STATE_REJECT;// 閫�娆句腑
+			else
+				return BanLiShopOrder.STATE_REJECT_REFUND_PART_SUCCESS;// 閮ㄥ垎閫�娆炬垚鍔�
+		}
 	}
 
 }

--
Gitblit v1.8.0