0
我需要的過濾條件,其中....SAPUI5或filterOperator
的StartDate < =生效於OR 的StartDate < =生效於+ 7天。
如何在下面的代碼中添加OR語句?
filters: [
new Filter("ShopId", FilterOperator.EQ, that.sitId),
new Filter("CategoryId", FilterOperator.EQ, "S"),
new Filter("ApprovalId", FilterOperator.EQ, "3"),
new Filter("StartDate", FilterOperator.LE, moment(new Date(effectiveFrom)).toDate()),