@@ -341,9 +341,6 @@ public class DesignPic extends Controller {
}
- if (content.containsKey("isnationwide") && !"".equals(content.getString("isnationwide"))) {
-
- }
if (content.getLongValue("isnationwide") == 1) {
where.append(" and (");
where.append("t1.isnationwide ='").append(content.getString("isnationwide")).append("' ");