This commit is contained in:
@@ -255,7 +255,7 @@ public class WebStatisticsController implements FtbStatisticsApi {
|
||||
@Operation(summary = "获取日出勤信息")
|
||||
@NoDataSourceBind
|
||||
@PostMapping(value = "/getAttendanceDayStaList")
|
||||
public List<DayStatisticsVo> getAttendanceDayStaList(@Valid @RequestBody DayStatisticsDto1 dto) {
|
||||
public List<DayStatisticsVo> getAttendanceDayStaList(@Valid @RequestBody DayStatisticsDto dto) {
|
||||
//切换成租户库
|
||||
try {
|
||||
TenantDataSourceUtil.switchTenant(dto.getTenantId());
|
||||
|
||||
@@ -14,7 +14,7 @@ import java.util.List;
|
||||
@Builder
|
||||
@NoArgsConstructor
|
||||
@AllArgsConstructor
|
||||
public class DayStatisticsDto1 {
|
||||
public class DayStatisticsDto {
|
||||
/**
|
||||
* 门店ID集合
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user