接口类对象解析
Some checks failed
API接口参数变更检测 / api-param-check (push) Has been cancelled

This commit is contained in:
2026-06-05 16:41:16 +08:00
parent 90b0045659
commit 51145e7c78
2 changed files with 2 additions and 2 deletions

View File

@@ -255,7 +255,7 @@ public class WebStatisticsController implements FtbStatisticsApi {
@Operation(summary = "获取日出勤信息")
@NoDataSourceBind
@PostMapping(value = "/getAttendanceDayStaList")
public List<DayStatisticsVo> getAttendanceDayStaList(@Valid @RequestBody DayStatisticsDto dto) {
public List<DayStatisticsVo> getAttendanceDayStaList(@Valid @RequestBody DayStatisticsDto1 dto) {
//切换成租户库
try {
TenantDataSourceUtil.switchTenant(dto.getTenantId());

View File

@@ -14,7 +14,7 @@ import java.util.List;
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class DayStatisticsDto {
public class DayStatisticsDto1 {
/**
* 门店ID集合
*/