Fixiaobai
2023-11-14 edb111951a38552afc8bc26cd4b1d1d16770dcc3
mes-plan/src/main/java/com/chinaztt/mes/plan/util/CustomerOrderClientConfigure.java
@@ -32,8 +32,8 @@
   /**
    * OTC 订单头信息获取地址
    */
   @Value("${otc.cusomerUrl:}")
   private String otcCusomerUrl;
   @Value("${otc.customerUrl:}")
   private String otcCustomerUrl;
   /**
    * OTC 订单明细信息获取地址
    */
@@ -58,12 +58,12 @@
   /**
    * OTC 客户订单附件列表查询地址
    */
   @Value("${otc.cutomerFileUrl:}")
   @Value("${otc.customerFileUrl:}")
   private String otcFileUrl;
   /**
    * OTC 客户订单附件下载地址
    */
   @Value("${otc.cutomerFileDownLoadUrl:}")
   @Value("${otc.customerFileDownLoadUrl:}")
   private String otcFileDownLoadUrl;
}