人力预警

This commit is contained in:
geh
2026-01-23 11:37:01 +08:00
parent 7100520461
commit 179eed5b87
5 changed files with 554 additions and 8 deletions
@@ -11,13 +11,13 @@ namespace WebAPI.Controllers.JDGL
/// 人力预警
/// </summary>
/// <returns></returns>
public Model.ResponeData getManPowerWarning(string userId)
public Model.ResponeData getSGPersonWarningStatistics()
{
var responeData = new Model.ResponeData();
try
{
var list = SGManPowerService.CheckAndSendPersonWarning(userId);
responeData.data = list;
SGManPowerService.SGPersonWarningStatistics();
responeData.data = "1";
}
catch (Exception ex)
{