钉钉消息发送(安装dotnet-sdk-3.1.426-win-x64)
zrg
2025-06-29 ac513f10fdb95997aa21eb59aa99e04282baf325
DingDingMsg_EarlyWarning/Program.cs
@@ -222,7 +222,7 @@
                        // 根据 角色 去查询需要发消息的钉钉号
                        string sql2 = "select a.HDingDingUserID 钉钉id,a.Czymc 接收人 from Gy_Czygl a left join System_UserGroupInfo b on a.Czybm = b.UserId" +
                              "  left join System_UserGroup c on b.GroupId = c.GroupID  where c.GroupName = '参数预警'";
                              "  left join System_UserGroup c on b.GroupId = c.GroupID  where c.GroupName = '设备未采集到参数预警'";
                        dts = oCN.RunProcReturn(sql2, "Gy_Czygl");
                        for (int j = 0; j < dts.Tables[0].Rows.Count; j++)
                        {