zoujiajian 6 달 전
부모
커밋
e2c4204019
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      netflix-service/src/main/java/com/cyksj/service/recharge/impl/ChongAfDianRechargeServiceImpl.java

+ 3 - 0
netflix-service/src/main/java/com/cyksj/service/recharge/impl/ChongAfDianRechargeServiceImpl.java

@@ -87,6 +87,9 @@ public class ChongAfDianRechargeServiceImpl implements ChongAfDianRechargeServic
 			throw BusinessRuntimeException.getInstance("卡密:{0}错误", gptCardKey);
 		}
 		if (!chongAfDianCardKeyResp.getExists()) {
+			if (cmsUser == null) {
+				throw BusinessRuntimeException.getInstance("系统繁忙,请重试");
+			}
 			throw BusinessRuntimeException.getInstance("卡密:{0}不存在", gptCardKey);
 		}
 		if (!chongAfDianCardKeyResp.getValid()) {