Merge branch 'prod' into mod_security

This commit is contained in:
guoshengxiong 2025-09-02 13:56:51 +08:00
commit 016ba73419
3 changed files with 26 additions and 24 deletions

View File

@ -1085,7 +1085,7 @@ public class WorkerDailyAttendanceStatisticsV2Controller {
TemplateExportParams params = new TemplateExportParams(templateUrl, true);
params.setColForEach(true);
params.setSheetName(sheetNames.toArray(new String[]{}));
for (int i = 10 + dateTimes.size(); i < 10 + 31; i++) {
for (int i = 10 + dateTimes.size(); i < 10 + 41; i++) {
delColIndexes.add(i);
}
try (Workbook workbook = ExcelExportUtil.exportExcel(root, params);) {

View File

@ -15,7 +15,7 @@
**请求参数:**
| 参数名称 | 说明 | 参数类型 | 是否必须 | 类型 |
| -------------------- | ---------------------- | -------- | -------- | ------ |
| ------------------------ | ------------------------ | -------- | -------- | ------ |
| deviceId | 设备Id | body | true | string |
| humidity | 湿度 | body | false | float |
| humidityAlarmType | 湿度是否报警0否1是 | body | false | int32 |
@ -37,6 +37,8 @@
| winddirection | 风向 | body | false | string |
| winddirectionName | 风向名称 | body | false | string |
| windspeed | 风速 | body | false | float |
| evaporationRate | 蒸发量 | body | false | float |
| evaporationRateAlarmType | 蒸发量是否报警0否1是 | body | false | int32 |