问题修改

This commit is contained in:
hjx
2025-12-17 23:16:58 +08:00
parent 2c0882ae2d
commit 84a4ee1e76
@@ -478,18 +478,6 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
item.setDef75("T10");
item.setInvoiceno("");
ysitemList.add(item);
/* AjaxResult ajaxResult=userServiceFeign.getShipperSummaryData(Long.valueOf(reconciliation.getSettlementPartyId()));
if(ajaxResult.get("code").toString().equals("200")){
Object userShipperPo= ajaxResult.get("data");
JSONObject jsonObject = new JSONObject((Map) userShipperPo);
if(org.apache.commons.lang.StringUtils.isBlank(jsonObject.get("customerNcCode").toString())){
throw new ServiceException("请先维护客户编码");
}
}*/
}
}
}
Ysbodys bodys=new Ysbodys();
bodys.setItem(ysitemList);
@@ -574,6 +562,9 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
e.printStackTrace();
}
}
}
}
} catch (JAXBException e) {
e.printStackTrace();