|
|
|
@ -333,6 +333,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
reason = q.reason, |
|
|
|
|
sttime = q.receptiontime, |
|
|
|
|
ettime = "", |
|
|
|
|
qrsj=q.acceptancetime, |
|
|
|
|
creationtime = q.creationtime, |
|
|
|
|
receptionuser = q.receptionuser, |
|
|
|
|
receive = q.receptionuser, |
|
|
|
@ -372,6 +373,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
reason = q.reason,//原因 |
|
|
|
|
sttime = q.sttime, |
|
|
|
|
ettime = q.ettime, |
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
creationtime = q.creationtime, |
|
|
|
|
receptionuser = q.meetwitId, |
|
|
|
|
username = q.meetwitname, |
|
|
|
@ -408,6 +410,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
courtname = "", |
|
|
|
|
casetype = "", |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
state = q.state,//状态 |
|
|
|
|
reason = q.reason,//原因 |
|
|
|
|
sttime = q.sttime, |
|
|
|
@ -448,6 +451,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
courtname = "", |
|
|
|
|
casetype = "", |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
state = q.state,//状态 |
|
|
|
|
reason = q.reason,//原因 |
|
|
|
|
sttime = q.sttime, |
|
|
|
@ -483,6 +487,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
lawyerunit = q.lawyerunit,//律师事务所 |
|
|
|
|
location = q.location,//预约地点 |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
phone = q.contact,//联系方式 |
|
|
|
|
matter = q.witnessrequest,//事由 |
|
|
|
|
objectstr = "",//访问对象(案件名称) |
|
|
|
@ -554,7 +559,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
location = "", |
|
|
|
|
courtname = "", |
|
|
|
|
casetype = "", |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
state = q.state, |
|
|
|
|
reason = q.reason, |
|
|
|
|
sttime = q.receptiontime, |
|
|
|
@ -591,7 +596,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
location = "", |
|
|
|
|
courtname = "", |
|
|
|
|
casetype = "", |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
Code = q.Code, |
|
|
|
|
state = q.state,//状态 |
|
|
|
|
reason = q.reason,//原因 |
|
|
|
@ -630,7 +635,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
location = "", |
|
|
|
|
courtname = "", |
|
|
|
|
casetype = "", |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
Code = "", |
|
|
|
|
state = q.state,//状态 |
|
|
|
|
reason = q.reason,//原因 |
|
|
|
@ -666,7 +671,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
|
|
|
|
|
lawyerunit = q.lawyerunit,//律师事务所 |
|
|
|
|
location = q.location,//预约地点 |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
phone = q.contact,//联系方式 |
|
|
|
|
matter = q.witnessrequest,//事由 |
|
|
|
|
objectstr = "",//访问对象(案件名称) |
|
|
|
@ -706,7 +711,6 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
|
|
|
|
|
lawyerunit = Unitdata?.unitname,//单位 |
|
|
|
|
location = "",//预约地点 |
|
|
|
|
|
|
|
|
|
phone = "",//联系方式 |
|
|
|
|
matter = q.ajmc,//案件名称 |
|
|
|
|
objectstr = "",//访问对象(案件名称) |
|
|
|
@ -746,16 +750,16 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
|
|
|
|
|
lawyerunit = Unitdata?.unitname,// |
|
|
|
|
location = "",// |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
phone = q.lxhm,//联系方式 |
|
|
|
|
matter = !string.IsNullOrEmpty(q.gjkqmm) ? q.gjkqmm : q.wbkqmm,//取件码 |
|
|
|
|
objectstr = "",//干警取件码 |
|
|
|
|
Code = "", |
|
|
|
|
state = q.zt,//状态 |
|
|
|
|
reason = "", |
|
|
|
|
sttime = unixStartTime.AddMilliseconds(long.Parse(q.cjsj)),//创建时间 |
|
|
|
|
sttime =q.cjsj,//创建时间 |
|
|
|
|
ettime = q.qjsj == null ? "" : unixStartTime.AddMilliseconds(long.Parse(q.qjsj)).ToString("yyyy-MM-dd HH:mm"),//取件时间 |
|
|
|
|
creationtime = unixStartTime.AddMilliseconds(long.Parse(q.cjsj)),//创建时间 |
|
|
|
|
creationtime =q.cjsj,//创建时间 |
|
|
|
|
receptionuser = "", |
|
|
|
|
username = "", |
|
|
|
|
receive = "", |
|
|
|
@ -788,7 +792,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
location = "", |
|
|
|
|
courtname = "", |
|
|
|
|
casetype = "", |
|
|
|
|
|
|
|
|
|
qrsj = q.acceptancetime, |
|
|
|
|
Code = "", |
|
|
|
|
state = q.state,//状态 |
|
|
|
|
reason = q.reason,//原因 |
|
|
|
@ -1082,9 +1086,9 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
Code = "", |
|
|
|
|
state = q.zt,//状态 |
|
|
|
|
reason = "", |
|
|
|
|
sttime = unixStartTime.AddMilliseconds(long.Parse(q.cjsj)),//创建时间 |
|
|
|
|
sttime = q.cjsj,//创建时间 |
|
|
|
|
ettime = q.qjsj == null ? "" : unixStartTime.AddMilliseconds(long.Parse(q.qjsj)).ToString("yyyy-MM-dd HH:mm"),//取件时间 |
|
|
|
|
creationtime = unixStartTime.AddMilliseconds(long.Parse(q.cjsj)),//创建时间 |
|
|
|
|
creationtime = q.cjsj,//创建时间 |
|
|
|
|
receptionuser = "", |
|
|
|
|
username = "", |
|
|
|
|
receive = "", |
|
|
|
@ -1493,7 +1497,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
sttime = "", |
|
|
|
|
ettime = "", |
|
|
|
|
state = q.zt, |
|
|
|
|
creationtime = unixStartTime.AddMilliseconds(long.Parse(q.cjsj)),//创建时间 |
|
|
|
|
creationtime = q.cjsj,//创建时间 |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
//查询 |
|
|
|
@ -1710,7 +1714,7 @@ namespace _24Hour.Controllers.Common
|
|
|
|
|
sttime = "", |
|
|
|
|
ettime = "", |
|
|
|
|
state = q.zt, |
|
|
|
|
creationtime = unixStartTime.AddMilliseconds(long.Parse(q.cjsj)),//创建时间 |
|
|
|
|
creationtime = q.cjsj,//创建时间 |
|
|
|
|
}); |
|
|
|
|
}); |
|
|
|
|
//查询 |
|
|
|
|