SVN r633
SVN-Revision: r633
This commit is contained in:
@@ -175,7 +175,7 @@ namespace Lskj.PubBomImport
|
||||
int count = parentTable.AsEnumerable().Where(n => (n["图号"] + "").Trim().StartsWith(code)).Count();
|
||||
if (count > 1)//只允许存在一个
|
||||
{
|
||||
throw new Exception($"MX中的{code}重复");
|
||||
throw new Exception($"MX中的{code}重复,请修改");
|
||||
}
|
||||
if (code.StartsWith("ZZQD"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user