修改任务表isStart为int类型

This commit is contained in:
不做码农
2023-05-18 18:08:38 +08:00
parent 0e83ba64ce
commit 07ea3d1c48
4 changed files with 7 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ namespace ZR.Service.System
/// <returns></returns>
public int AddTasks(SysTasks parm)
{
parm.IsStart = false;
parm.IsStart = 0;
SetAssembleName(parm);