人力预警
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user