浏览代码

【修改】西昌:同步数据中心日志优化;

master
dyy 2 个月前
父节点
当前提交
3693da0810
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      DigitalSchoolApi/Controllers/YKTTrabs.cs

+ 1
- 1
DigitalSchoolApi/Controllers/YKTTrabs.cs 查看文件

@@ -1458,7 +1458,7 @@ namespace DigitalSchoolApi.Controllers
conncore.Execute(
$"insert into LR_Base_Log(F_LogId,F_CategoryId,F_SourceObjectId,F_SourceContentJson,F_OperateTime) values(newid(),55555,'中间库班级数据','获取oracle班级数据共{bjxx.Count()}条',getdate())");
conncore.Execute(
$"insert into LR_Base_Log(F_LogId,F_CategoryId,F_SourceObjectId,F_SourceContentJson,F_OperateTime) values(newid(),55555,'中间库教室数据','获取oracle教室数据共{jsxx.Count()}条',getdate())");
$"insert into LR_Base_Log(F_LogId,F_CategoryId,F_SourceObjectId,F_SourceContentJson,F_OperateTime) values(newid(),55555,'中间库教室数据','获取oracle教室数据共{zzjg.Count()}条',getdate())");
conncore.Execute(
$"insert into LR_Base_Log(F_LogId,F_CategoryId,F_SourceObjectId,F_SourceContentJson,F_OperateTime) values(newid(),55555,'中间库学生数据','获取oracle学生数据共{xsxx.Count()}条',getdate())");
}


正在加载...
取消
保存