|
|
@@ -5,7 +5,7 @@ select t.servicenum,convert(varchar,t.createdate,120)createdate,t.fsonum,t.fnote
|
|
|
t.faddress,
|
|
|
t.backreason,
|
|
|
t.servicetype,
|
|
|
- case when t2.fstatus is null then '帤諉等' when t2.fstatus in('渾羲宎','渾諉等') then '帤諉等' when t2.fstatus in('輛俴笢','婃礿','眒俇傖') then '眒諉等' end fworkstatus,
|
|
|
+ case when t2.fstatus is null then '帤諉等' when t2.fstatus in('渾諉等') then '帤諉等' when t2.fstatus in('渾羲宎','輛俴笢','婃礿','眒俇傖') then '眒諉等' end fworkstatus,
|
|
|
convert(varchar,t.servicebegindate,120)servicebegindate,
|
|
|
convert(varchar,t.serviceenddate,120)serviceenddate
|
|
|
from Afterserviceorder t
|