增加 对选住推送日志的监控
本质上就是自己用mongodb记录一下日志。
This commit is contained in:
@@ -882,7 +882,7 @@ namespace BLWLogServer.Controllers
|
||||
var font = workbook.CreateFont();
|
||||
font.FontName = "Arial";
|
||||
font.FontHeightInPoints = 11;
|
||||
font.Boldweight = (short)FontBoldWeight.Bold;
|
||||
font.IsBold = true;
|
||||
font.Color = IndexedColors.White.Index;
|
||||
style.SetFont(font);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user