From 6e2324a2a12d9ba067ba6435382fbc140ef041ca Mon Sep 17 00:00:00 2001 From: wr <1754607820@qq.com> Date: Fri, 30 Jun 2023 16:35:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E6=B7=BB=E5=8A=A0=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=9B=BD=E7=BD=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/njcn/process/service/impl/SupvPushGwServiceImpl.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pqs-process/process-boot/src/main/java/com/njcn/process/service/impl/SupvPushGwServiceImpl.java b/pqs-process/process-boot/src/main/java/com/njcn/process/service/impl/SupvPushGwServiceImpl.java index c7db3161d..76100d1ac 100644 --- a/pqs-process/process-boot/src/main/java/com/njcn/process/service/impl/SupvPushGwServiceImpl.java +++ b/pqs-process/process-boot/src/main/java/com/njcn/process/service/impl/SupvPushGwServiceImpl.java @@ -249,7 +249,9 @@ public class SupvPushGwServiceImpl implements SupvPushGwService { throw new BusinessException("一次最多上送100条数据"); } //TODO 调用上送接口 -// Map map = postFileUrl(getUrl(4), null, supvFiles.get(0)); +// for (SupvFile supvFile : supvFiles) { +// Map map = postFileUrl(getUrl(4), null, supvFile); +// } return true; }