Explorar o código

通告列表查询去除开始结束时间限制

沈静伟 %!s(int64=4) %!d(string=hai) anos
pai
achega
22b2dccdc3

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/customer/notice/SQL/通告列表查询.sql

@@ -12,4 +12,4 @@ select t1.tnoticeid,
        t1.tenterprise_userid
 from tnotice t1
 left join tagents t2 on t1.siteid=t2.siteid and t1.tagentsid=t2.tagentsid
-where t1.siteid = $siteid$ and t1.fstatus='·¢²¼' and t1.fbegdate<=getdate() and t1.fenddate>=getdate() and $where$
+where t1.siteid = $siteid$ and t1.fstatus='·¢²¼' and $where$