SVN-Revision: r633
This commit is contained in:
wyf
2025-05-23 07:05:40 +00:00
parent fdb7134d90
commit 14cca3a88a
2 changed files with 41 additions and 22 deletions
+1 -1
View File
@@ -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"))
{