ソースを参照

商户通告过滤条件修改

沈静伟 4 年 前
コミット
d453798630

+ 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 + "')");
             }
             {
                 /**