feat(ebom): 导入sap的接口名由ZRFC_PP_003改为ZRFC_PP_005
This commit is contained in:
parent
74f01453e4
commit
a01f658296
|
|
@ -103,7 +103,7 @@ public class SapOpUtilService {
|
|||
|
||||
SapReqParams params = new SapReqParams();
|
||||
// 接口名
|
||||
params.setFunName("ZRFC_PP_003");
|
||||
params.setFunName("ZRFC_PP_005");
|
||||
|
||||
Map<String, Map<String, Object>> inputStructure = new HashMap<>();
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ public class SapOpUtilService {
|
|||
VUtils.isTure(CollUtil.isEmpty(impartSapParamDTO.getT1())).throwMessage("没有需要同步的数据");
|
||||
SapReqParams params = new SapReqParams();
|
||||
// 接口名
|
||||
params.setFunName("ZRFC_PP_003");
|
||||
params.setFunName("ZRFC_PP_005");
|
||||
|
||||
ImportSapParam2DTO pp = Convert.convert(ImportSapParam2DTO.class, impartSapParamDTO);
|
||||
Map<String, Object> parentMap = Convert.convert(new TypeReference<Map<String, Object>>() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue