Browse Source

对接万中物流去除站点判断

hu 7 months ago
parent
commit
96b7f52132

+ 2 - 2
src/custom/restcontroller/webmanage/sale/logistics/LSALogistics.java

@@ -267,7 +267,7 @@ public class LSALogistics extends Controller {
         row.putIfAbsent("checkdate", "");
         row.putIfAbsent("receivedate", "");
         //对接万中物流
-        if(siteid.equalsIgnoreCase("lsa")){
+//        if(siteid.equalsIgnoreCase("lsa")){
             WzwlDocking wzwlDocking =new WzwlDocking();
             if(row.getBigDecimal("logisticsamount1").compareTo(BigDecimal.ZERO)<=0){
                 JSONObject jsonObject = wzwlDocking.queryWzwlOrderAmount(row.getString("billno"));
@@ -287,7 +287,7 @@ public class LSALogistics extends Controller {
                 }
             }
 
-        }
+//        }
         return getSucReturnObject().setData(row).toString();
     }