修改插入报错问题
This commit is contained in:
@@ -128,8 +128,8 @@ public class SysOaRemindController extends BaseController {
|
||||
* @return List<SysOaRemindVo>
|
||||
*/
|
||||
@GetMapping("/getRecentRemindList")
|
||||
public R<List<SysOaRemindVo>> getRecentRemindList() {
|
||||
List<SysOaRemindVo> remindList = iSysOaRemindService.queryRecentRemindList();
|
||||
public R<List<SysOaRemindVo>> getRecentRemindList(SysOaRemindBo bo) {
|
||||
List<SysOaRemindVo> remindList = iSysOaRemindService.queryRecentRemindList(bo);
|
||||
return R.ok(remindList);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user