From 2d3185bc200b5ad66b9eee30d168fdffe80ca808 Mon Sep 17 00:00:00 2001 From: liujiaqiang <1448951783@qq.com> Date: Wed, 20 Sep 2023 11:00:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F---=E6=A0=B9=E6=8D=AE?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E7=99=BB=E5=BD=95=E4=BA=BA=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E6=89=80=E6=9C=89=E9=A2=84=E7=BA=A6=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E=E7=BB=93=E6=9E=9C?= =?UTF-8?q?=E5=8F=82=E6=95=B0=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 24Hour/Controllers/Common/CommonController.cs | 36 ++++++++++++------- 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/24Hour/Controllers/Common/CommonController.cs b/24Hour/Controllers/Common/CommonController.cs index 65eb971..a42cd0a 100644 --- a/24Hour/Controllers/Common/CommonController.cs +++ b/24Hour/Controllers/Common/CommonController.cs @@ -89,7 +89,8 @@ namespace _24Hour.Controllers.Common handleId = q.receptionuser, handleuser = q.receptionusername, operatorId = q.operatorId, - operatorName = q.operatorName + operatorName = q.operatorName, + annex = q.annex }); }); @@ -116,7 +117,8 @@ namespace _24Hour.Controllers.Common handleId = q.meetwitId, handleuser = q.meetwitname, operatorId = q.operatorId, - operatorName = q.operatorName + operatorName = q.operatorName, + annex = "" }); }); //获取远程接待预约记录 @@ -142,7 +144,8 @@ namespace _24Hour.Controllers.Common handleId = q.meetwitId, handleuser = q.meetwitname, operatorId = q.operatorId, - operatorName = q.operatorName + operatorName = q.operatorName, + annex = "" }); }); @@ -169,7 +172,8 @@ namespace _24Hour.Controllers.Common handleId = q.meetwitId, handleuser = q.meetwitname, operatorId = q.operatorId, - operatorName = q.operatorName + operatorName = q.operatorName, + annex = "" }); }); //获取听证预约记录 @@ -196,7 +200,8 @@ namespace _24Hour.Controllers.Common handleId = q.receptionuser, handleuser = q.receptionusername, operatorId = q.operatorId, - operatorName = q.operatorName + operatorName = q.operatorName, + annex = "" }); }); //条件查询 @@ -642,7 +647,8 @@ namespace _24Hour.Controllers.Common receive = q.createuserId, username = userda?.name, yyname = q.createusername,//预约人名称 - notes = q.notes + notes = q.notes, + annex = q.annex }); }); //获取远程会见预约记录 @@ -688,7 +694,8 @@ namespace _24Hour.Controllers.Common receive = q.createuserId, yyname = q.createusername,//预约人名称 notes = q.notes, - appurl = q.appurl + appurl = q.appurl, + annex = "" }); }); //获取远程接待预约记录 @@ -734,7 +741,8 @@ namespace _24Hour.Controllers.Common username = q.meetwitname, yyname = q.createusername,//预约人名称 notes = q.notes, - appurl = "" + appurl = "", + annex = "" }); }); //获取听证服务预约记录 @@ -781,7 +789,8 @@ namespace _24Hour.Controllers.Common receive = q.receptionuser,//办接收人 notes = q.notes, yyname = q.createusername,//预约人名称 - appurl = "" + appurl = "", + annex = "" }); }); //获取文书签收记录 @@ -819,7 +828,8 @@ namespace _24Hour.Controllers.Common receive = "",//办接收人 notes = "", appurl = "", - yyname = "" + yyname = "", + annex = "" }); }); //获取云柜记录 @@ -858,7 +868,8 @@ namespace _24Hour.Controllers.Common receive = "", notes = "", appurl = "", - yyname = "" + yyname = "", + annex = "" }); }); //获取认罪认罚预约记录 @@ -903,7 +914,8 @@ namespace _24Hour.Controllers.Common username = q.meetwitname, notes = q.notes, yyname = q.createusername,//预约人名称 - appurl = "" + appurl = "", + annex = "" }); }); list = list