|
|
@@ -1,4 +1,5 @@
|
|
|
select t.servicenum,convert(varchar,t.createdate,120)createdate,t.fsonum,t.fnotes,t.fstatus,t.fprovince,t.fcity,t.fcounty,t.faddress,
|
|
|
-t.Afterserviceordeid ownerid,scenefname,scenephone,error_msg,t.appsystem,t.errcategory,t.backreason
|
|
|
+t.Afterserviceordeid ownerid,scenefname,scenephone,error_msg,t.appsystem,t.errcategory,t.backreason,
|
|
|
+t.servicetype,convert(varchar,t.servicebegindate,120)servicebegindate,convert(varchar,t.serviceenddate,120)serviceenddate
|
|
|
from Afterserviceorder t
|
|
|
where t.servicenum=$servicenum$
|