提交代码

This commit is contained in:
2024-01-30 17:19:33 +08:00
parent 77f19c4965
commit 4586e54c65
4 changed files with 66 additions and 6 deletions
@@ -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>();