Update dataType
This commit is contained in:
@@ -123,6 +123,8 @@ namespace Ewide.Core.Util
|
||||
{
|
||||
if (item.Name == currentAssemblyName)
|
||||
{
|
||||
var queryList = item.GetDirectories().Where(s => s.Name == appConfigPath);
|
||||
if (!queryList.Any()) item.CreateSubdirectory(appConfigPath);
|
||||
targetPath = item.GetDirectories(appConfigPath).FirstOrDefault().FullName;
|
||||
break;
|
||||
}
|
||||
@@ -150,7 +152,7 @@ namespace Ewide.Core.Util
|
||||
foreach (Type type in types)
|
||||
{
|
||||
//if (type.Name.EndsWith("SeedData"))
|
||||
if(type.Name.EndsWith("SysEmpExtOrgPos"))
|
||||
if (type.Name.EndsWith("SysEmpExtOrgPos"))
|
||||
{
|
||||
object obHelper = Activator.CreateInstance(type);
|
||||
MethodInfo methodinfo = type.GetMethod("HasData");
|
||||
|
||||
Reference in New Issue
Block a user