|
@@ -40,13 +40,17 @@ namespace Learun.Application.WebApi.Modules |
|
|
} |
|
|
} |
|
|
else |
|
|
else |
|
|
{ |
|
|
{ |
|
|
|
|
|
|
|
|
if (data.Rows.Count > 0) |
|
|
if (data.Rows.Count > 0) |
|
|
{ |
|
|
{ |
|
|
foreach (DataRow item in data.Rows) |
|
|
|
|
|
|
|
|
if (data.Columns.Contains("f_password")&&data.Columns.Contains("f_mobile")&&data.Columns.Contains("f_identitycardno")) |
|
|
{ |
|
|
{ |
|
|
item["f_password"] = ""; |
|
|
|
|
|
item["f_mobile"] = ""; |
|
|
|
|
|
item["f_identitycardno"] = ""; |
|
|
|
|
|
|
|
|
foreach (DataRow item in data.Rows) |
|
|
|
|
|
{ |
|
|
|
|
|
item["f_password"] = ""; |
|
|
|
|
|
item["f_mobile"] = ""; |
|
|
|
|
|
item["f_identitycardno"] = ""; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
var jsondata = new |
|
|
var jsondata = new |
|
|