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