Browse Source

器件补充规格书索引

wangyc 8 years ago
parent
commit
01ab5e71ad

+ 1 - 1
src/main/java/com/uas/platform/b2c/prod/product/common/service/impl/CommonCountServiceImpl.java

@@ -27,7 +27,7 @@ public class CommonCountServiceImpl implements CommonCountService{
 
         for (CommonCount commonCount : commonCounts) {
             if (commonCount.getSql() != null) {
-                commonCount.setCount(jdbcTemplate.queryForLong(commonCount.getSql()));
+//                commonCount.setCount(jdbcTemplate.queryForLong(commonCount.getSql()));
                 commonCount.setSql(null);
             }
         }