Commit d9b57f27 authored by neo's avatar neo

[DEV] add gentask and return job entity

parent 6cb2f1fd
......@@ -500,7 +500,7 @@ public class ReportServiceImpl {
periodJobMapper.updateByPrimaryKey(genJob);
}
}).start();
operationResultDto.setData(genJob.getId());
operationResultDto.setData(genJob);
operationResultDto.setResult(true);
} catch (Exception ex) {
operationResultDto.setResult(false);
......
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