Commit 11067eaa authored by 赵建伟's avatar 赵建伟

update codes

parent 36900008
......@@ -215,7 +215,7 @@
<workItem from="1584945647680" duration="4469000" />
<workItem from="1588148891822" duration="2318000" />
<workItem from="1588152718016" duration="1463000" />
<workItem from="1588154601852" duration="25211000" />
<workItem from="1588154601852" duration="25454000" />
</task>
<servers />
</component>
......
......@@ -18,8 +18,8 @@ public class BiReportEndpoint {
}
@ResponseBody
@RequestMapping(value = "/sendEmail")
public int sendEmail(@PathVariable String name,@PathVariable String subject){
@RequestMapping(value = "/sendEmail/{name}/{subject}",method = RequestMethod.GET)
public int sendEmail(@PathVariable("name") String name,@PathVariable("subject") String subject){
return biReportService.sendEmail(name,subject);
}
}
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