有人告诉我 cffunction 的参数不应超过 3 个 - 有没有更好的方法来编写这个函数?每个参数都是前一个窗口的可能过滤器,用于在 where 子句中过滤结果。
<cffunction name="Example" access="remote" returntype="query">
<cfargument name="keyword" type="string">
<cfargument name="office" type="numeric">
<cfargument name="builder" type="numeric">
<cfargument name="sup" type="numeric">
<cfargument name="mgr" type="numeric">