This commit is contained in:
Administrator
2025-08-08 11:13:12 +08:00
parent d040b97cbc
commit 69e8aceed5
3 changed files with 3 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ namespace GZ_LTHPilot_ORDER.ScheduleService
int Cycle = 12;
public void Run(Context oldCtx, Schedule schedule)
{
var ctxString = JsonConvert.SerializeObject(oldCtx);
ContextUtil contextUtil = new ContextUtil(oldCtx);
var ctx = contextUtil.GetDefaultContext();
TempTableService tempTableService = new TempTableService(ctx);