| | |
| | | */ |
| | | public List<SysPictureBase> page(QueryFilter queryFilter) { |
| | | List<SysPictureBase> list = baseDao.getList(queryFilter.getQueryParams()); |
| | | if (list != null && list.size() > 0) { |
| | | sysOssService.setListOsses(list, "sys_picture"); |
| | | } |
| | | return list; |
| | | } |
| | | |
| | |
| | | super.deleteLogic(ids); |
| | | } |
| | | |
| | | public Integer getNo() { |
| | | if (baseDao.getNo() == null){ |
| | | return 0; |
| | | } |
| | | return baseDao.getNo(); |
| | | public void updateByDefault(Long id, Integer productType) { |
| | | baseDao.updateByDefault(id,productType); |
| | | } |
| | | |
| | | public void updateProdeuctImg(Long id, Integer productType) { |
| | | baseDao.updateProdeuctImg(id,productType); |
| | | } |
| | | } |