This commit is contained in:
@@ -254,7 +254,7 @@ public class WebStatisticsController implements FtbStatisticsApi {
|
||||
@Override
|
||||
@Operation(summary = "获取日出勤信息")
|
||||
@NoDataSourceBind
|
||||
@PostMapping(value = "/getAttendanceDayStaList")
|
||||
@GetMapping(value = "/getAttendanceDayStaList")
|
||||
public List<DayStatisticsVo> getAttendanceDayStaList(@Valid @RequestBody DayStatisticsDto dto) {
|
||||
//切换成租户库
|
||||
try {
|
||||
@@ -267,7 +267,7 @@ public class WebStatisticsController implements FtbStatisticsApi {
|
||||
|
||||
@NoDataSourceBind
|
||||
@Operation(summary = "模拟统计数据消息推送")
|
||||
@GetMapping("/mockStatisticsPush")
|
||||
@DeleteMapping("/mockStatisticsPush")
|
||||
public ActionResult<Boolean> mockStatisticsPush(@RequestParam("tenantId") String tenantId,
|
||||
@RequestParam("groupId") String groupId,
|
||||
@RequestParam("userId") String userId,
|
||||
|
||||
Reference in New Issue
Block a user