Explorar o código

销售列表增加组合商品id

周箭河 %!s(int64=5) %!d(string=hai) anos
pai
achega
54b08e2dcf

+ 1 - 1
mec-biz/src/main/java/com/ym/mec/biz/dal/enums/AccountType.java

@@ -21,6 +21,6 @@ public enum AccountType implements BaseEnum<Integer, AccountType> {
 
     @Override
     public Integer getCode() {
-        return null;
+        return code;
     }
 }