提交代码
This commit is contained in:
@@ -39,6 +39,8 @@ namespace FineUIPro.Web.TestRun.DriverRun
|
||||
driverRun.GuaranteedOperationPeriod,
|
||||
driverRun.TotalGuaranteedOperationDays,
|
||||
(CASE WHEN driverRun.IsAcceptInvite=1 THEN '是' ELSE '否' END) AS IsAcceptInvite,
|
||||
isnull(driverRun.UsedDays,0) as UsedDays,
|
||||
isnull(driverRun.TotalGuaranteedOperationDays,0)-isnull(driverRun.UsedDays,0) as LeaveDays,
|
||||
driverRun.AttachUrl,
|
||||
driverRun.Remark,
|
||||
Unit.UnitName AS UnitName"
|
||||
|
||||
Reference in New Issue
Block a user