Преглед изворни кода

商户通告过滤条件修改

沈静伟 пре 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 + "')");
             }
             }
             {
             {
                 /**
                 /**