This commit is contained in:
parent
87a647b2d5
commit
3e6008ee29
|
@ -88,7 +88,6 @@ namespace FineUIPro.Web.CQMS.Solution
|
|||
}
|
||||
protected DataTable ChecklistData()
|
||||
{
|
||||
|
||||
string strSql = @"SELECT chec.ConstructSolutionId,chec.ProjectId,chec.UnitId,chec.UnitWorkIds,chec.CNProfessionalCodes,"
|
||||
+ @" chec.CompileMan,chec.CompileDate,chec.code,chec.state,chec.SolutionType,chec.SolutionName,"
|
||||
+ @" unit.UnitName,u.userName as CompileManName,chec.SpecialSchemeTypeId,s.SolutionTempleteTypeName,"
|
||||
|
|
Loading…
Reference in New Issue