Browse Source

小程序设计实景列表

eganwu 1 year ago
parent
commit
618f0b0b40

+ 0 - 3
src/custom/restcontroller/webmanage/saletool/sharematerial/DesignPic.java

@@ -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("' ");