|
|
|
@ -1048,7 +1048,8 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
if (gsClients != null && gsClients.size() > 0) { |
|
|
|
|
object.setZFILED5(gsClients.get(0).getClient()); |
|
|
|
|
} else { |
|
|
|
|
throw new RuntimeException("未能查到 "+orgCode+" 公司对应的推送client"); |
|
|
|
|
log.error("未能查到 "+orgCode+" 公司对应的推送client"); |
|
|
|
|
return ResponseEntity.ok(JSONObject.toJSONString(R.error("未能查到 "+orgCode+" 公司对应的推送client"))); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
List<SAPInvoiceInfo> sapInvoiceInfos = new ArrayList<>(); |
|
|
|
|