Commit 490ace9c authored by zhengjian's avatar zhengjian

你我贷 回退量子模仿修改

parent c07d4931
...@@ -43,8 +43,4 @@ public enum RuleOperator { ...@@ -43,8 +43,4 @@ public enum RuleOperator {
log.error("枚举不存在,code={}", code); log.error("枚举不存在,code={}", code);
throw new QGException(QGExceptionType.COMMON_ILLEGAL_PARAM); throw new QGException(QGExceptionType.COMMON_ILLEGAL_PARAM);
} }
public String getCode() {
return this.code;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment