批量添加上传国网

This commit is contained in:
wr
2023-06-30 16:35:25 +08:00
parent da403b248f
commit 6e2324a2a1

View File

@@ -249,7 +249,9 @@ public class SupvPushGwServiceImpl implements SupvPushGwService {
throw new BusinessException("一次最多上送100条数据"); throw new BusinessException("一次最多上送100条数据");
} }
//TODO 调用上送接口 //TODO 调用上送接口
// Map map = postFileUrl(getUrl(4), null, supvFiles.get(0)); // for (SupvFile supvFile : supvFiles) {
// Map map = postFileUrl(getUrl(4), null, supvFile);
// }
return true; return true;
} }