Commit ac75a839 by xiaoer.li@freemud.com

fix

parent 0976ed23
...@@ -51,6 +51,7 @@ public class OrderManagerRequest { ...@@ -51,6 +51,7 @@ public class OrderManagerRequest {
this.orderId=orderId; this.orderId=orderId;
this.operateType=operateType.getOpType(); this.operateType=operateType.getOpType();
this.operator=operateClient.getOpName(); this.operator=operateClient.getOpName();
this.horseman = false;
} }
public OrderManagerRequest(String partnerId, String storeId, String orderId, OperateClient operateClient, OperateType operateType, String reason){ public OrderManagerRequest(String partnerId, String storeId, String orderId, OperateClient operateClient, OperateType operateType, String reason){
this.partnerId=partnerId; this.partnerId=partnerId;
...@@ -59,7 +60,7 @@ public class OrderManagerRequest { ...@@ -59,7 +60,7 @@ public class OrderManagerRequest {
this.operateType=operateType.getOpType(); this.operateType=operateType.getOpType();
this.operator=operateClient.getOpName(); this.operator=operateClient.getOpName();
this.reason=reason; this.reason=reason;
this.horseman = horseman; this.horseman = false;
} }
public OrderManagerRequest(String partnerId, String storeId, String orderId, OperateClient operateClient, OperateType operateType,Boolean horseman){ public OrderManagerRequest(String partnerId, String storeId, String orderId, OperateClient operateClient, OperateType operateType,Boolean horseman){
this.partnerId=partnerId; this.partnerId=partnerId;
......
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