@ -53,7 +53,7 @@ public class HighDiscountUserRelServiceImpl implements HighDiscountUserRelServic
}
// 状态 0:删除 1:待领取 2:待使用 3:已使用 4:已过期 5: 已分配
if(code.getStatus() != 1 || code.getStatus() != 5) {
if(code.getStatus() != 1 && code.getStatus() != 5) {
throw ErrorHelp.genException(SysCode.System, ErrorCode.COMMON_ERROR, "二维码不存在或已被领取");
code.setStatus(2);