|
@@ -1443,7 +1443,7 @@ namespace DigitalSchoolApi.Controllers |
|
|
//教室组织机构 |
|
|
//教室组织机构 |
|
|
List<V_JS_ZZJG> zzjg = conn_oracle.Query<V_JS_ZZJG>("select * from V_JS_ZZJG where ID!='0'").ToList(); |
|
|
List<V_JS_ZZJG> zzjg = conn_oracle.Query<V_JS_ZZJG>("select * from V_JS_ZZJG where ID!='0'").ToList(); |
|
|
//学生信息 |
|
|
//学生信息 |
|
|
List<V_XSXX> xsxx = conn_oracle.Query<V_XSXX>("select * from V_XSXX where MAJOR_CODE is not null ").ToList(); |
|
|
|
|
|
|
|
|
List<V_XSXX> xsxx = conn_oracle.Query<V_XSXX>("select * from V_XSXX ").ToList(); |
|
|
//记录获取数据条数 |
|
|
//记录获取数据条数 |
|
|
using (IDbConnection conncore = new SqlConnection(_coresqlConnection)) |
|
|
using (IDbConnection conncore = new SqlConnection(_coresqlConnection)) |
|
|
{ |
|
|
{ |
|
|