来料检验生成-参数

master
zhaoxiaolin 11 months ago
parent ef0b1a416e
commit 6e8846e562

@ -405,6 +405,9 @@ public class SapItemSyncImpl implements SapItemSyncService {
if (func == null) {
throw new RuntimeException("Function does not exist in SAP");
}
//参数
JCoParameterList jCoParameterList = func.getImportParameterList();
jCoParameterList.setValue("P_WERKS", mapList.get("P_WERKS"));
log.info("来料检验-------" + mapList.toString());
func.execute(dest);//执行调用函数

Loading…
Cancel
Save