Commit 572eae4f by yiyu.li
parents 86fbbfc8 a0ae7a04
......@@ -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