Merge branch 'prod' into mod_security
This commit is contained in:
commit
016ba73419
@ -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);) {
|
||||
|
||||
Binary file not shown.
@ -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 |
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user