细节优化

master
zhaoxiaolin 11 months ago
parent 7b77694ec1
commit dc57edbaa1

@ -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();
}

Loading…
Cancel
Save