提交代码
This commit is contained in:
@@ -41,7 +41,7 @@ namespace FineUIPro.Web.TestRun.DriverRun
|
||||
(CASE WHEN driverRun.IsAcceptInvite=1 THEN '是' ELSE '否' END) AS IsAcceptInvite,
|
||||
driverRun.AttachUrl,
|
||||
driverRun.Remark,
|
||||
Unit.UnitName AS SubUnitName"
|
||||
Unit.UnitName AS UnitName"
|
||||
+ @" FROM DriverRun_DriverRunPlan AS driverRun"
|
||||
+ @" LEFT JOIN Base_Unit AS Unit ON Unit.UnitId = driverRun.UnitId WHERE driverRun.ProjectId=@projectId";
|
||||
List<SqlParameter> listStr = new List<SqlParameter>();
|
||||
|
||||
Reference in New Issue
Block a user