فهرست منبع

商户通告过滤条件修改

沈静伟 4 سال پیش
والد
کامیت
d453798630
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/dsb/com/cnd3b/restcontroller/customer/notice/notice.java

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/customer/notice/notice.java

@@ -50,7 +50,7 @@ public class notice extends Controller {
                 /**
                  * 商户自身团队可以查看自己商户的通告
                  */
-                where.append("(t1.ftype='团队' and t1.tagentsid='" + tagentsid + "')");
+                where.append("(t1.tagentsid='" + tagentsid + "')");
             }
             {
                 /**