This commit is contained in:
@@ -398,7 +398,7 @@ def send_parameter_change_notification(
|
||||
# 构建参数变更通知(只包含参数变更报告,对齐 model.md)
|
||||
parts: List[str] = []
|
||||
parts.append("# 【API参数变更通知】")
|
||||
parts.append(f"- **修改人:** {push_user if push_user.startswith('@') else '@' + push_user}")
|
||||
parts.append(f"- **修改人:** {push_user}")
|
||||
parts.append(f"- **修改时间:** {push_time}")
|
||||
parts.append("")
|
||||
for report in changed_reports:
|
||||
|
||||
@@ -287,9 +287,9 @@ public class WebStatisticsController implements FtbStatisticsApi {
|
||||
@NoDataSourceBind
|
||||
@Operation(summary = "日统计触发")
|
||||
@GetMapping("/dayStatisticsTriggered11")
|
||||
public ActionResult<Boolean> dayStatisticsTriggered(@RequestParam("tenantId") Boolean tenantId,
|
||||
@RequestParam("groupId") Boolean groupId,
|
||||
public ActionResult<Boolean> dayStatisticsTriggered(@RequestParam("tenantId") String tenantId,
|
||||
@RequestParam("userId") Boolean userId,
|
||||
@RequestParam("user") Integer user,
|
||||
@RequestParam("day") Boolean day) throws LoginException {
|
||||
StatisticsSingleDto courseEventDTO = StatisticsSingleDto.builder()
|
||||
.tenantId(tenantId)
|
||||
|
||||
Reference in New Issue
Block a user