|
|
|
@ -995,7 +995,7 @@ public class InventoryServiceBean { |
|
|
|
* @date 2026/4/22 09:16 |
|
|
|
* @version 1.0 |
|
|
|
*/ |
|
|
|
public Map<String, String> modifyInventoryPartCommGroup3(Server srv, PartIfsInventory inData) throws APException { |
|
|
|
public Map<String, String> modifyInventoryPartCommGroup3(Server srv, PartIfsInventory inData) { |
|
|
|
logger.info("Inventory PartCommGroup3 修改开始:"+JSON.toJSONString(inData)); |
|
|
|
//公共参数 |
|
|
|
String contract = inData.getContract(); |
|
|
|
@ -1015,6 +1015,8 @@ public class InventoryServiceBean { |
|
|
|
inParam.put("commGroup3", commGroup3); |
|
|
|
inParam.put("ifsRowId", ifsRowId); |
|
|
|
Map<String, String> resultMap = InventoryPartApi.modifyInventoryPartCommGroup3(srv, inParam); |
|
|
|
returnMap.put("resultCode", "200"); |
|
|
|
returnMap.put("obj", JSON.toJSONString(resultMap)); |
|
|
|
//打印日志 |
|
|
|
logger.info("Inventory Part 修改结束:"+JSON.toJSONString(resultMap)); |
|
|
|
} catch(APException e){ |
|
|
|
|