|
@@ -590,8 +590,8 @@ public class CreateYfDailyReportStatisticsJob implements JobHandler {
|
|
|
finalMsgBuilder.append("═ ═ ═ ═ ═ ═ ═ ═ \n");
|
|
finalMsgBuilder.append("═ ═ ═ ═ ═ ═ ═ ═ \n");
|
|
|
finalMsgBuilder.append("公司:5#项目公司 \n");
|
|
finalMsgBuilder.append("公司:5#项目公司 \n");
|
|
|
finalMsgBuilder.append("日压裂层:").append(fiveDaySumLayers).append(" 层 \n");
|
|
finalMsgBuilder.append("日压裂层:").append(fiveDaySumLayers).append(" 层 \n");
|
|
|
- finalMsgBuilder.append("月压裂层:").append(fiveMonthSumLayers).append(" 井 \n");
|
|
|
|
|
- finalMsgBuilder.append("年压裂层:").append(fiveYearSumLayers).append(" 井 \n");
|
|
|
|
|
|
|
+ finalMsgBuilder.append("月压裂层:").append(fiveMonthSumLayers).append(" 层 \n");
|
|
|
|
|
+ finalMsgBuilder.append("年压裂层:").append(fiveYearSumLayers).append(" 层 \n");
|
|
|
finalMsgBuilder.append("设备利用率:").append(fiveDeviceUtilization).append(" \n");
|
|
finalMsgBuilder.append("设备利用率:").append(fiveDeviceUtilization).append(" \n");
|
|
|
finalMsgBuilder.append("═ ═ ═ ═ ═ ═ ═ ═ \n");
|
|
finalMsgBuilder.append("═ ═ ═ ═ ═ ═ ═ ═ \n");
|
|
|
|
|
|