sjw 4 лет назад
Родитель
Сommit
8bf5909235

+ 1 - 1
src/rest/openapi/restcontroller/hyworkorder/web/afterserviceorder/SQL/服务单关联工单.sql

@@ -1,5 +1,5 @@
 select t1.fworknum,t1.ftype,t1.fstatus,CONVERT(varchar,t1.createdate,120)createdate,t1.progress,t1.fnotes,t1.fprovince,
-       t1.fcity,t1.fcount,t1.faddress
+       t1.fcity,t1.fcounty,t1.faddress
 from Afterserviceorder t
 join hyWorkorder t1 on t.Servicenum=t1.servernum
 where t.servicenum=$servicenum$