Ver Fonte

V1.1.3 修改打印日志

yumeng há 4 anos atrás
pai
commit
4c417405b4

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/entity/OauthConfig.java

@@ -72,7 +72,7 @@ public class OauthConfig {
      */
     @Excel(name = "排序", width = 15)
     @ApiModelProperty(value = "排序")
-    private Integer agentRnk;
+    private Integer agentRank;
 
     String callbackUrl;
     /**