|
@@ -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}";
|