|
|
|
@ -211,9 +211,9 @@ public class EmailResultBean extends FileJobBean {
|
|
|
|
|
|
|
|
|
|
new WebClient().post(req ->
|
|
|
|
|
req.uri(alert)
|
|
|
|
|
.contentType(WebClient.Request.ContentType.JSON)
|
|
|
|
|
.data("procID", procID)
|
|
|
|
|
.data("infoCount", results.size())
|
|
|
|
|
.json(true)
|
|
|
|
|
.async(true)
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|