摘要:
SELECT 表名 = case when a.colorder = 1 then d.name else '' end, TableDesc = case when a.colorder = 1 then isnull(f.value, '') else '' end, 字段序号 = a.colo 阅读全文
posted @ 2023-08-14 19:32 valeb 阅读(20) 评论(0) 推荐(0)
|
|||
|
摘要:
SELECT 表名 = case when a.colorder = 1 then d.name else '' end, TableDesc = case when a.colorder = 1 then isnull(f.value, '') else '' end, 字段序号 = a.colo 阅读全文
posted @ 2023-08-14 19:32 valeb 阅读(20) 评论(0) 推荐(0)
摘要:
public class SpringUtils { static IApplicationContext context; public static T GetObject<T>(string name) where T : class { if(context == null) { conte 阅读全文
posted @ 2023-08-14 18:40 valeb 阅读(12) 评论(0) 推荐(0) |
|||