|
|
@ -209,7 +209,7 @@ public class BomSendSapController {
|
|
|
|
String substring = productUidsBuild.toString().substring(0, productUidsBuild.length() - 1);
|
|
|
|
String substring = productUidsBuild.toString().substring(0, productUidsBuild.length() - 1);
|
|
|
|
String serverHostname = session.getServerHostname();
|
|
|
|
String serverHostname = session.getServerHostname();
|
|
|
|
SqlUtil.write(BomUtilWh.detailsSql, new String[] { code, "M060", userName, dataTime, zt2_WBSNo, object_name,
|
|
|
|
SqlUtil.write(BomUtilWh.detailsSql, new String[] { code, "M060", userName, dataTime, zt2_WBSNo, object_name,
|
|
|
|
"产成品传递", substring, project.getUid(), serverHostname, userId });
|
|
|
|
"产成品", substring, project.getUid(), serverHostname, userId });
|
|
|
|
SqlUtil.freeAll();
|
|
|
|
SqlUtil.freeAll();
|
|
|
|
// 存在多个产成品时 下面的PBOM是一样的,只需要记录一次日志新的
|
|
|
|
// 存在多个产成品时 下面的PBOM是一样的,只需要记录一次日志新的
|
|
|
|
boolean flag = true;
|
|
|
|
boolean flag = true;
|
|
|
|