我正在尝试使用多个ID和日期从数据库中过滤一些数据。
这是我的Odata查询,
$http.get(acpMetadataWebApiUri + 'api/userSchedules?$filter=(userId eq 1 and date eq date2018-12-3) or (userId eq 26 and date eq date2018-12-3)
我在后端使用.NET,并且userSchedule表的date列是日期类型。当我提交此文件时,它将返回400(异常)和400(错误请求)。
请回答吗??