修改危大施工工程方案列表页面

This commit is contained in:
2024-04-15 14:39:06 +08:00
parent cb2c15aa1e
commit 866f4989ea
3 changed files with 6 additions and 1 deletions
@@ -33,7 +33,8 @@ namespace FineUIPro.Web.Comprehensive
{
string strSql = @"select MajorPlanApprovalId, ProjectId, PlanCode, PlanName, ReviewMan, ApprovalDate,
AuditMan, ApprovalMan, ImplementationDeviation, AttachUrl, CompileMan, CompileDate,
UnitWorkId,CN.ProfessionalName,C.CNProfessionalId,C.UnitId,u.UnitName
UnitWorkId,CN.ProfessionalName,C.CNProfessionalId,C.UnitId,u.UnitName ,
case IsReview when 1 then '是' else '否' end as IsReview
from Comprehensive_MajorPlanApproval C
left join Base_CNProfessional CN on C.CNProfessionalId=CN.CNProfessionalId
left join Base_Unit as u on u.UnitId = C.UnitId