|
|
|
@ -125,6 +125,7 @@ public class InventoryPartApi{ |
|
|
|
String zeroCostFlag = inData.getZeroCostFlag();// |
|
|
|
String partCostGroupId = inData.getPartCostGroupId();// |
|
|
|
String engAttribute = inData.getEngAttribute(); |
|
|
|
String supplyCode = inData.getSupplyCode(); |
|
|
|
//入参 |
|
|
|
Map<String, String> inParam = new HashMap<>(); |
|
|
|
//填充参数 |
|
|
|
@ -176,6 +177,7 @@ public class InventoryPartApi{ |
|
|
|
inParam.put("STOCK_MANAGEMENT_DB", "SYSTEM MANAGED INVENTORY"); // 固定参数 |
|
|
|
inParam.put("SPECIAL_CONSUMPTION_TAX_DB", "FALSE"); // SPECIAL_CONSUMPTION_TAX_DB |
|
|
|
inParam.put("CUSTOMS_DECL_NO_LEVEL", "Not Used"); // CUSTOMS_DECL_NO_LEVEL |
|
|
|
inParam.put("SUPPLY_CODE", supplyCode); // 2025-12-22 新增IFS字段 |
|
|
|
//执行存储过程 获取结果集 |
|
|
|
//执行check的操作 |
|
|
|
Map<String, String> checkMap = IfsPlsqlUtils.execProcedureGetRecord(srv, "INVENTORY_PART_API", |
|
|
|
@ -225,6 +227,7 @@ public class InventoryPartApi{ |
|
|
|
String zeroCostFlag = inData.getZeroCostFlag();// |
|
|
|
String partCostGroupId = inData.getPartCostGroupId();// |
|
|
|
String engAttribute = inData.getEngAttribute(); |
|
|
|
String supplyCode = inData.getSupplyCode(); |
|
|
|
//入参 |
|
|
|
Map<String, String> inParam = new HashMap<>(); |
|
|
|
//填充参数 |
|
|
|
@ -258,6 +261,7 @@ public class InventoryPartApi{ |
|
|
|
inParam.put("ZERO_COST_FLAG", zeroCostFlag); // ZERO_COST_FLAG |
|
|
|
inParam.put("PART_COST_GROUP_ID", partCostGroupId); // PART_COST_GROUP_ID |
|
|
|
inParam.put("ENG_ATTRIBUTE", engAttribute); // 库存件模版 |
|
|
|
inParam.put("SUPPLY_CODE", supplyCode); // 2025-12-22 新增IFS字段 |
|
|
|
|
|
|
|
//执行存储过程 获取结果集 |
|
|
|
//执行check的操作 |
|
|
|
|