zoujiajian 1 سال پیش
والد
کامیت
20fb34ebf3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      wholesale/src/main/java/com/yhlxj/service/code/impl/ExchangeCodeServiceImpl.java

+ 1 - 1
wholesale/src/main/java/com/yhlxj/service/code/impl/ExchangeCodeServiceImpl.java

@@ -52,7 +52,7 @@ public class ExchangeCodeServiceImpl implements ExchangeCodeService {
 		if (webWholesaleOrderDonCodeRelate == null) {
 			throw BusinessRuntimeException.getInstance("兑换码不存在");
 		}
-		if (webWholesaleOrderDonCodeRelate.getDhUserId() != 0) {
+		if (webWholesaleOrderDonCodeRelate.getDhUserId() != null && webWholesaleOrderDonCodeRelate.getDhUserId() != 0) {
 			throw BusinessRuntimeException.getInstance("兑换码已使用");
 		}
 		Long orderId = webWholesaleOrderDonCodeRelate.getOrderId();