Browse Source

Merge remote-tracking branch 'origin/release-201825-wangcz' into release-201825-wangcz

wangcz 7 năm trước cách đây
mục cha
commit
b083227756

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

@@ -30,10 +30,6 @@ public class CommonCountServiceImpl implements CommonCountService{
 
     @Override
     public List<CommonCount> findAllForCust() {
-        List<CommonCount> commonCounts = commonCountDao.findAllForCust();
-//        for (CommonCount commonCount : commonCounts) {
-//            commonCount.setSql(null);
-//        }
-        return commonCounts;
+        return commonCountDao.findAllForCust();
     }
 }