| | |
| | | import org.springframework.stereotype.Service; |
| | | import com.zt.common.db.query.QueryFilter; |
| | | |
| | | import javax.validation.constraints.NotNull; |
| | | import javax.validation.constraints.Null; |
| | | import java.util.List; |
| | | |
| | | |
| | |
| | | baseDao.updateByDefault(id,productType); |
| | | } |
| | | |
| | | public void updateProdeuctImg(Long id, Integer productType) { |
| | | baseDao.updateProdeuctImg(id,productType); |
| | | public void updateProdeuctImg(Long id, Integer productType,Long pictureBaseId) { |
| | | baseDao.updateProdeuctImg(id,productType,pictureBaseId); |
| | | } |
| | | |
| | | public SysPictureBase getDefaultImg(Integer productType) { |
| | | return baseDao.getDefaultImg(productType); |
| | | } |
| | | } |