This commit is contained in:
parent
3935d557ef
commit
0d747d4bc4
|
|
@ -144,17 +144,17 @@ namespace FineUIPro.Web
|
|||
string returnDbHtml = "";
|
||||
var getDataList = Funs.DB.Sp_WorkBench_GetToDoItems(userId, sType).ToList();
|
||||
//调人力预警接口
|
||||
if (sType != "2")
|
||||
{
|
||||
var sgList = SGManPowerService.CheckAndSendPersonWarning(userId);
|
||||
if (sgList != null)
|
||||
{
|
||||
foreach (var item in sgList)
|
||||
{
|
||||
getDataList.Add(item);
|
||||
}
|
||||
}
|
||||
}
|
||||
// if (sType != "2")
|
||||
// {
|
||||
// var sgList = SGManPowerService.CheckAndSendPersonWarning(userId);
|
||||
// if (sgList != null)
|
||||
// {
|
||||
// foreach (var item in sgList)
|
||||
// {
|
||||
// getDataList.Add(item);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
//把getDataList和sgList的数据合并
|
||||
foreach (var item in getDataList)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue