SVN-Revision: r742
This commit is contained in:
wyf
2025-06-15 04:29:08 +00:00
parent 702d945d5c
commit 82b1254ad8
2 changed files with 188 additions and 9 deletions
@@ -72,6 +72,10 @@ namespace Lskj.PubBomImportNew
/// 终止条件
/// </summary>
public string endRowHand = "";
/// <summary>
/// 附件节点
/// </summary>
public string speciesNo = "";
public DynamicBomImportNew(string[] args)
: base(args)
@@ -84,4 +88,8 @@ namespace Lskj.PubBomImportNew
{
primkey = args[6] + "";
}
if (args.Length > 7 && !string.IsNull
if (args.Length > 7 && !string.IsNullOrWhiteSpace(args[7]))
{
keyvalue = args[7] + "";
}
if (args.Length > 8 && !string.IsNullOrWh