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