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