1
This commit is contained in:
@@ -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 '省部级'
|
||||
|
||||
Reference in New Issue
Block a user