|
|
|
@ -117,11 +117,11 @@ public class MesReportWorksServiceImpl implements IMesReportWorksService {
|
|
|
|
|
wechart0.setText(contentInfo);
|
|
|
|
|
wecharts.add(wechart0);
|
|
|
|
|
}
|
|
|
|
|
logger.info("检验企业微信提醒请求:" + JSONObject.toJSONString(wecharts));
|
|
|
|
|
logger.info("车间生产情况企业微信提醒请求:" + JSONObject.toJSONString(wecharts));
|
|
|
|
|
if (!CollectionUtils.isEmpty(wecharts)) {
|
|
|
|
|
new Thread(() -> {
|
|
|
|
|
AjaxResult wxresult = remoteOpenService.sendWeChartMessage(wecharts);
|
|
|
|
|
logger.info("检验企业微信提醒结果:" + JSONObject.toJSONString(wxresult));
|
|
|
|
|
logger.info("车间生产情况企业微信提醒结果:" + JSONObject.toJSONString(wxresult));
|
|
|
|
|
|
|
|
|
|
}).start();
|
|
|
|
|
}
|
|
|
|
|