入库单用友同步

dev
siontion 3 months ago
parent 5ef8c2180b
commit b12b0f72a3

@ -485,7 +485,7 @@ public class ChanjetSchedule {
});
// 设置为“否”,关闭所有与用友通信的接口;为“是”,打开所有与用友通信的接口
if(getSystemParameters()){
if(getSystemParameters() && CollUtil.isNotEmpty(detailList)){
CommonResult<ResultResVO> result = null;
try {
result = chanjetSpi.invoke(CREATE_STOCK_IN_ORDER, new CreateStorageReqVO(dto), ResultResVO.class);

Loading…
Cancel
Save