|
|
@@ -42,7 +42,11 @@ public class notice extends Controller {
|
|
|
where.append(")");
|
|
|
}
|
|
|
if (whereObject.containsKey("ftype") && !"".equals(whereObject.getString("ftype"))) {
|
|
|
- where.append(" and t1.ftype='").append(whereObject.getString("ftype")).append("'");
|
|
|
+ if ("ÍŶÓ".equals(whereObject.getString("ftype"))) {
|
|
|
+ where.append(" and t1.tagentsid='").append(tagentsid).append("' and t1.ftype='").append(whereObject.getString("ftype")).append("'");
|
|
|
+ } else {
|
|
|
+ where.append(" and t1.ftype='").append(whereObject.getString("ftype")).append("'");
|
|
|
+ }
|
|
|
}
|
|
|
String ftype = getAgent(tagentsid).getString("ftype");
|
|
|
where.append(" and (");
|