09 2017 档案

摘要:select * from yourtable order by cast(yourcol as int); 阅读全文
posted @ 2017-09-12 11:05 chang1234 阅读(170) 评论(0) 推荐(0)
摘要:entAnnuaModel.annuaOutGuaranteeInfos = entAnnuaModel.annuaOutGuaranteeInfos.Select(i => { i.annuaId = string.IsNullOrEmpty(i.annuaId) ? "" : i.annuaId 阅读全文
posted @ 2017-09-04 17:37 chang1234 阅读(1003) 评论(0) 推荐(0)