785834757 1 год назад
Родитель
Сommit
2690392bfd

+ 4 - 0
src/main/java/com/ydtech/modules/order/entity/vo/InsOrdersEditingVo.java

@@ -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();
         }
     }