提交代码

This commit is contained in:
高飞 2023-12-07 17:25:11 +08:00
parent 9e0a020ba1
commit 2516cfbe69
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ namespace BLL
if (type == "0")
{
isOk = AddPerson(projectId, arr, sysUser);
//isOk = AddPerson(projectId, arr, sysUser);
}
else if (type == "1")
{

View File

@ -118,7 +118,7 @@
////从博晟获取培训考试数据定时器
try
{
//BLL.BOSHENGMonitorService.StartMonitor();
BLL.BOSHENGMonitorService.StartMonitor();
}
catch (Exception ex)
{