Explorar o código

电子巡更移动端

lilifeng %!s(int64=3) %!d(string=hai) anos
pai
achega
71bc81049a

+ 1 - 1
PMS.NetCore/PMS.NetCore.BusinessCore/BaseCore/fdc_pm_inspection_planManager.cs

@@ -337,7 +337,7 @@ namespace PMS.NetCore.BusinessCore.BaseCore
                                       FOR xml path('')),1,1,'') username                              
                               from fdc_pm_inspection_employeeplan a
 							        left join fdc_pm_inspection_plan d on a.plancode = d.plancode
-                                      where a.userid={userid} and a.plandate = CONVERT(varchar(100), '{plandate}', 23)
+                                      where a.userid='{userid}' and a.plandate = CONVERT(varchar(100), '{plandate}', 23)
 					                   group by a.plancode,d.planname,a.plandate,a.plantime
 					                   ) bb
 					           where  RowNumber between {startindex} and  {limitindex}";