|
|
|
@ -305,6 +305,7 @@ public class IfsApiIssueAndReturnServiceImpl implements IfsApiIssueAndReturnServ |
|
|
|
|
|
|
|
@Override |
|
|
|
public String addOtherInbound(OtherTransactionIfsDto otherTransactionIfsDto) { |
|
|
|
|
|
|
|
try { |
|
|
|
Map<String, Object> params = new HashMap<>(); |
|
|
|
params.put("ifsDBName", ifsDBName); |
|
|
|
@ -336,6 +337,7 @@ public class IfsApiIssueAndReturnServiceImpl implements IfsApiIssueAndReturnServ |
|
|
|
|
|
|
|
@Override |
|
|
|
public String addOtherOutbound(OtherTransactionIfsDto otherTransactionIfsDto) { |
|
|
|
|
|
|
|
try { |
|
|
|
Map<String, Object> params = new HashMap<>(); |
|
|
|
params.put("ifsDBName", ifsDBName); |
|
|
|
|