feat:今日必办

This commit is contained in:
苏竹红
2025-07-29 13:41:49 +08:00
parent 033d143d1a
commit 5b9625d31a

View File

@@ -44,7 +44,7 @@ public class MiniMessageTemplateController {
}
@ApiOperation("待办列表/模块列表")
@GetMapping("/getStorePendingList")
@PostMapping("/getStorePendingList")
public ResponseResult<PageInfo<StoreMessageVO>> getStorePendingList(@RequestBody StoreMessagePendingRequest request) {
return ResponseResult.success(messageTemplateService.getStorePendingList(request));
}