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();