| | |
| | | { |
| | | List<object> columnNameList = new List<object>(); |
| | | |
| | | string sql = "select * from h_v_OA_AndengFlowRuleBillMainList where hmainid='" + HID + "'"; |
| | | ds = oCN.RunProcReturn(sql, "h_v_OA_AndengFlowRuleBillMainList"); |
| | | string sql = "select * from h_v_OA_AndengFlowRuleBillMainEdit where hmainid='" + HID + "'"; |
| | | ds = oCN.RunProcReturn(sql, "h_v_OA_AndengFlowRuleBillMainEdit"); |
| | | |
| | | //添加列名 |
| | | foreach (DataColumn col in ds.Tables[0].Columns) |
| | |
| | | Cls_DDMsg msg = new Cls_DDMsg(); |
| | | string appKey = "dingrsrzhdyn3mlaof95"; |
| | | string appSecret = "RAqH6YtZnPLCpDbuqfaYQkKkVtVdS0wqfC8I26X6qiS-8eoCJCNrzx3fubGND4Sq"; |
| | | //斯莫尔 |
| | | //string appKey = "dingkdddbhdcssk7jduw"; |
| | | //string appSecret = "iv07c-GLfJPnzfJaNAAOfJDl3Z-eODvDAhlInMZCZhGorkle5Evbaxx3ImylvdjQ"; |
| | | if (HHandleEmpID==0) //异常反馈验收单保存 将消息 发送给 接收人,指派处理人,全部抄送人 |
| | | { |
| | | string HReceiveMan = HSendMan; |