|
|
@ -1136,6 +1136,8 @@ public class InventoryPartApi{ |
|
|
StringBuilder requestStr = new StringBuilder(); |
|
|
StringBuilder requestStr = new StringBuilder(); |
|
|
requestStr.append("CF$_CCL_COMM_GROUP_3");//commGroup3 参数 |
|
|
requestStr.append("CF$_CCL_COMM_GROUP_3");//commGroup3 参数 |
|
|
requestStr.append(prefixStr+inParam.get("commGroup3")+suffixStr); |
|
|
requestStr.append(prefixStr+inParam.get("commGroup3")+suffixStr); |
|
|
|
|
|
logger.info("modifyInventoryPartCommGroup3 commGroup3:"+requestStr.toString()); |
|
|
|
|
|
logger.info("modifyInventoryPartCommGroup3 ifsRowId:"+inParam.get("ifsRowId")); |
|
|
|
|
|
|
|
|
//设置入参和出参 |
|
|
//设置入参和出参 |
|
|
inParams.add(new IfsParamBean("INFO", "TEXT", "")); |
|
|
inParams.add(new IfsParamBean("INFO", "TEXT", "")); |
|
|
|