Commit 94f65e88 by jiawei.su

someupdate

parent f0c7288d
......@@ -83,7 +83,7 @@ namespace Siger.ApiACC.Controllers
},
dts=result
};
return new ObjectResult(result);
return new ObjectResult(output);
}
[HttpGet]
public IActionResult GetTasklist(int section, int tasktype, string productCode, string taskno, string sn, int status, int actionType, string triggertime, string complatetime,int page,int pageSize)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment