|
|
@@ -262,6 +262,9 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
@ApiModelProperty("状态信息")
|
|
|
private String orderStatusInfo;
|
|
|
|
|
|
+ @ApiModelProperty("接口类型")
|
|
|
+ private String apiType;
|
|
|
+
|
|
|
public void feeVacant() {
|
|
|
this.jqExportFee = null;
|
|
|
this.syExportFee = null;
|
|
|
@@ -308,6 +311,7 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
this.feeMatchErrMsg = insAreaCompany.getFeeMatchErrMsg();
|
|
|
this.quoteErrMsg = insAreaCompany.getQuoteErrMsg();
|
|
|
this.orderStatusInfo = InsOrderStatusEnum.matchKey(insAreaCompany.getOrderstatus()).getDesc();
|
|
|
+ this.apiType = insAreaCompany.getApiType().toString();
|
|
|
}
|
|
|
}
|
|
|
|