Browse Source

销售列表增加组合商品id

周箭河 5 years ago
parent
commit
54b08e2dcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/java/com/ym/mec/biz/dal/enums/AccountType.java

+ 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;
     }
 }