|
|
@@ -269,7 +269,7 @@ public class LSALogistics extends Controller {
|
|
|
//对接万中物流
|
|
|
// if(siteid.equalsIgnoreCase("lsa")){
|
|
|
WzwlDocking wzwlDocking =new WzwlDocking();
|
|
|
- if(!row.getString("logisticsstatus").equals("签收")){
|
|
|
+ if(!row.getString("logisticsstatus").equals("签收") && !row.get("status").equals("新建")){
|
|
|
|
|
|
JSONObject jsonObject = wzwlDocking.queryWzwlOrderAmountExtendList(row.getString("billno"));
|
|
|
if(jsonObject.getString("success").equals("true")){
|
|
|
@@ -558,7 +558,6 @@ public class LSALogistics extends Controller {
|
|
|
|
|
|
@API(title = "物流状态查询", apiversion = R.ID2024101114155503.v1.class)
|
|
|
public String queryWzwlOrder() throws YosException, NoSuchAlgorithmException {
|
|
|
-
|
|
|
WzwlDocking wzwlDocking =new WzwlDocking();
|
|
|
String billno = content.getString("billno");
|
|
|
JSONObject jsonObject = wzwlDocking.queryWzwlOrder(billno);
|