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