Explorar el Código

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

master
dyy hace 2 meses
padre
commit
3693da0810
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      DigitalSchoolApi/Controllers/YKTTrabs.cs

+ 1
- 1
DigitalSchoolApi/Controllers/YKTTrabs.cs Ver fichero

@@ -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())");
}


Cargando…
Cancelar
Guardar