摘要: SELECT a.partno, a.num, CASE WHEN Isnull(b.num, '') = '' THEN '0' ELSE b.num END FA, Cast(b.num * 1.0 / ( a.num + b.num ) AS DECIMAL(18, 10)) * 100000 阅读全文
posted @ 2020-07-11 08:55 王小鹏 阅读(2303) 评论(0) 推荐(0) 编辑
摘要: public override void OnException(HttpActionExecutedContext actionExecutedContext) { var x = actionExecutedContext.Exception; Trace.TraceError(x.ToStri 阅读全文
posted @ 2020-07-11 07:08 王小鹏 阅读(337) 评论(0) 推荐(0) 编辑