Commit b2341bab by shuhu.hou@freemud.cn

Merge branch 'feature/v1.9.9_农工商订单结算&撤销' into develop

parents 834f0b88 1c0cefe0
...@@ -61,7 +61,7 @@ public enum OrderClientType { ...@@ -61,7 +61,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