问题修改
This commit is contained in:
+3
-12
@@ -478,18 +478,6 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
|
|||||||
item.setDef75("T10");
|
item.setDef75("T10");
|
||||||
item.setInvoiceno("");
|
item.setInvoiceno("");
|
||||||
ysitemList.add(item);
|
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();
|
Ysbodys bodys=new Ysbodys();
|
||||||
bodys.setItem(ysitemList);
|
bodys.setItem(ysitemList);
|
||||||
@@ -574,6 +562,9 @@ public class ReconciliationImpl extends ServiceImpl<ReconciliationMapper, Reconc
|
|||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
} catch (JAXBException e) {
|
} catch (JAXBException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user