摘要: /// /// 根据参数列表返回sql条件(where后) /// /// /// //返回如 a=@a and b=@b public string getSqlFilterCondition(List list) { List uniqueFilter = new... 阅读全文
posted @ 2017-04-06 12:53 小小高 阅读(1488) 评论(0) 推荐(0)