(case when tbpe.Status ='0' then '待分析' when tbpe.Status ='1' then '待维修' when tbpe.Status ='2' then '维修完成'
when tbpe.Status ='3' then '误判' when tbpe.Status ='4' then '报废' end) as Status
C# SQL 多状态页面显示中文
最新推荐文章于 2020-05-11 07:31:26 发布
(case when tbpe.Status ='0' then '待分析' when tbpe.Status ='1' then '待维修' when tbpe.Status ='2' then '维修完成'
when tbpe.Status ='3' then '误判' when tbpe.Status ='4' then '报废' end) as Status