国网上送提交代码
This commit is contained in:
@@ -124,6 +124,7 @@ public class PqTypicalSourceCreatePOServiceImpl extends ServiceImpl<PqTypicalSou
|
||||
pendingIds.forEach(temp->{
|
||||
SendParam sendParam = new SendParam();
|
||||
sendParam.setStats(temp);
|
||||
sendParam.setStatisticalDate(temp.get(0).getStatisticalDate());
|
||||
String s = JSONObject.toJSONStringWithDateFormat(sendParam, JSON.DEFFAULT_DATE_FORMAT);
|
||||
log.info(Thread.currentThread().getName() + "获取返回体 换流站指标统计明细数据接口数据:" + s + "开始----!");
|
||||
Map<String, String> send = GwSendUtil.send(sendParam, GWSendEnum.TYPICAL_SOURCE);
|
||||
|
||||
Reference in New Issue
Block a user