|
|
- var query = $"select c.owner,c.id,c.name,c.code,c.startTime,c.endTime,c.progress ,c.scope,c.school from c where (c.status<>404 or IS_DEFINED(c.status) = false ) and c.ttl=-1 {stimestamp} {etimestamp} {progresssql } ";
|
|
|
+ var query = $"select c.owner,c.id,c.name,c.secret,c.code,c.startTime,c.endTime,c.progress ,c.scope,c.school from c where (c.status<>404 or IS_DEFINED(c.status) = false ) and c.ttl=-1 {stimestamp} {etimestamp} {progresssql } ";
|