Merge branch 'refs/heads/feature/DM/nflg-bom' into feature/DM/nflg-bom-transition
This commit is contained in:
commit
a1d4e7078b
|
|
@ -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