74bd9de5 by xiaojie

【数据资产】

数据港接口调用
1 parent 9d43e719
...@@ -311,8 +311,9 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService ...@@ -311,8 +311,9 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
311 // 删除主平台数据 311 // 删除主平台数据
312 if (!zqConfig.getIsMain() && StringUtils.isNotEmpty(crossPlatformApproveState)) { 312 if (!zqConfig.getIsMain() && StringUtils.isNotEmpty(crossPlatformApproveState)) {
313 JSONObject jsonObject = new JSONObject(); 313 JSONObject jsonObject = new JSONObject();
314 jsonObject.put("zqSystemCode", SysFuncCode); 314 jsonObject.put("bizCode", SysFuncCode);
315 jsonObject.put("zqBizGuids", JSON.toJSONString(guids)); 315 jsonObject.put("operation", "DEL");
316 jsonObject.put("zqData", JSON.toJSONString(guids));
316 jsonObject.put("isCollection", true); 317 jsonObject.put("isCollection", true);
317 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl()); 318 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl());
318 } 319 }
......
...@@ -294,8 +294,9 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro ...@@ -294,8 +294,9 @@ public class EnterpriseChangeApproveServiceImpl implements EnterpriseChangeAppro
294 // 删除主平台数据 294 // 删除主平台数据
295 if (!zqConfig.getIsMain() && StringUtils.isNotEmpty(crossPlatformApproveState)) { 295 if (!zqConfig.getIsMain() && StringUtils.isNotEmpty(crossPlatformApproveState)) {
296 JSONObject jsonObject = new JSONObject(); 296 JSONObject jsonObject = new JSONObject();
297 jsonObject.put("zqSystemCode", SysFuncCode + "BG"); 297 jsonObject.put("bizCode", SysFuncCode + "BG");
298 jsonObject.put("zqBizGuids", JSON.toJSONString(guids)); 298 jsonObject.put("operation", "DEL");
299 jsonObject.put("zqData", JSON.toJSONString(guids));
299 jsonObject.put("isCollection", true); 300 jsonObject.put("isCollection", true);
300 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl()); 301 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl());
301 } 302 }
......
...@@ -417,8 +417,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris ...@@ -417,8 +417,9 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
417 // 删除主平台数据 417 // 删除主平台数据
418 if (!zqConfig.getIsMain() && StringUtils.isNotEmpty(crossPlatformApproveState)) { 418 if (!zqConfig.getIsMain() && StringUtils.isNotEmpty(crossPlatformApproveState)) {
419 JSONObject jsonObject = new JSONObject(); 419 JSONObject jsonObject = new JSONObject();
420 jsonObject.put("zqSystemCode", SysFuncCode); 420 jsonObject.put("bizCode", SysFuncCode);
421 jsonObject.put("zqBizGuids", JSON.toJSONString(guids)); 421 jsonObject.put("operation", "DEL");
422 jsonObject.put("zqData", JSON.toJSONString(guids));
422 jsonObject.put("isCollection", true); 423 jsonObject.put("isCollection", true);
423 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl()); 424 invokeUtil.invokeMainDel(jsonObject, zqConfig.getAppKey(), zqConfig.getZqDelUrl());
424 } 425 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!