소스 검색

小程序设计实景列表

eganwu 1 년 전
부모
커밋
618f0b0b40
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/custom/restcontroller/webmanage/saletool/sharematerial/DesignPic.java

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