提交代码
This commit is contained in:
@@ -36,7 +36,7 @@ namespace FineUIPro.Web.Personal
|
||||
/// </summary>
|
||||
private void BindGrid()
|
||||
{
|
||||
string strSql = @"SELECT performance.TestRunPerformanceId,performance.ProjectId,performance.UserId,performance.Months,performance.JobContent,performance.TestRunPerformanceStandardId,Users.UserName,case when performance.ProjectId='0' then '本部' else Project.ProjectName end as ProjectName,Standard.Type,Standard.Item,Standard.Unit,Standard.Days "
|
||||
string strSql = @"SELECT performance.TestRunPerformanceId,performance.ProjectId,performance.UserId,performance.Months,performance.JobContent,performance.TestRunPerformanceStandardId,Users.UserName,case when performance.ProjectId='0' then '本部' else Project.ProjectName end as ProjectName,Standard.Type,Standard.Item,Standard.Unit,performance.Days "
|
||||
+ @" From dbo.Person_TestRunPerformance AS performance"
|
||||
+ @" LEFT JOIN Sys_User AS Users ON Users.UserId=performance.UserId"
|
||||
+ @" LEFT JOIN Base_Project AS Project ON Project.ProjectId=performance.ProjectId"
|
||||
|
||||
Reference in New Issue
Block a user