提交代码
This commit is contained in:
parent
9e0a020ba1
commit
2516cfbe69
|
@ -125,7 +125,7 @@ namespace BLL
|
||||||
|
|
||||||
if (type == "0")
|
if (type == "0")
|
||||||
{
|
{
|
||||||
isOk = AddPerson(projectId, arr, sysUser);
|
//isOk = AddPerson(projectId, arr, sysUser);
|
||||||
}
|
}
|
||||||
else if (type == "1")
|
else if (type == "1")
|
||||||
{
|
{
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
////从博晟获取培训考试数据定时器
|
////从博晟获取培训考试数据定时器
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
//BLL.BOSHENGMonitorService.StartMonitor();
|
BLL.BOSHENGMonitorService.StartMonitor();
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue