Commit 1c0cefe0 by shuhu.hou@freemud.cn

修改枚举类OrderClientType

parent 05df0579
...@@ -57,7 +57,7 @@ public enum OrderClientType { ...@@ -57,7 +57,7 @@ public enum OrderClientType {
this.name = name; this.name = name;
} }
public OrderClientType getOrderClientType(Integer index){ public static OrderClientType getOrderClientType(Integer index){
for (OrderClientType orderType : values()){ for (OrderClientType orderType : values()){
if (index.equals(orderType.getIndex())){ if (index.equals(orderType.getIndex())){
return orderType; return orderType;
......
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