This commit is contained in:
2026-04-10 17:55:49 +08:00
parent 0d2b67dc72
commit 0dcdd1474a
37 changed files with 1550 additions and 156 deletions
@@ -81,7 +81,7 @@ namespace FineUIPro.Web.CQMS.QualityActivity.QCManage
protected DataTable ChecklistData()
{
string strSql =
@"select C.*,p.PersonName,u.UnitName, (case C.AwardType when '1' then '创优' when '2' then 'QC' end) as AwardTypeName,
@"select C.*,p.PersonName,u.UnitName, (case C.AwardType when '1' then '创优' when '2' then 'QC' end) as AwardTypeName,C.AwardYear,
(case C.AwardLevel when '1' then '鲁班奖'
when '2' then '国优奖'
when '3' then '省部级'