var strsql=" select e.* from es_doc_main e where 1=1" +" and e.doccode='"+prtNo+"' and e.subtype <> '1022' and e.busstype='TB' order by subtype "; //strsql.replace(/\s+/g,"%20"); if(arrResult[0][0]=='01') { ea
先定义下要获取的实体: public class InputClass { public long Id { get; set; } public int Status { get; set; } public DateTime UdpateTime { get; set; } } 将url参数转换成对应字典类型 private Dictionary<string, string> GetInputNameValues(string value) { var array = value.Spl