SVN r742
SVN-Revision: r742
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user