SVN r379
SVN-Revision: r379
This commit is contained in:
@@ -212,7 +212,8 @@ namespace Lskj.Business.Impl
|
||||
{
|
||||
if (primaryValue.Contains(","))
|
||||
{
|
||||
foreach (string value in primaryValue.Split(','))
|
||||
HashSet<string> hashSet = new HashSet<string>(primaryValue.Split(','));//去重,避免多选时同一条数据记录多次
|
||||
foreach (string value in hashSet)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user