| | |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.List; |
| | | import java.util.UUID; |
| | | |
| | | |
| | |
| | | } |
| | | |
| | | @Override |
| | | public StSuggestSnapshotConfDetRespVO getByConfId(String confId) { |
| | | return ConvertUtils.sourceToTarget(baseDao.selectOne("conf_id", confId), StSuggestSnapshotConfDetRespVO.class); |
| | | public List<StSuggestSnapshotConfDetRespVO> getByConfId(String confId) { |
| | | return ConvertUtils.sourceToTarget(baseDao.selectList("conf_id", confId), StSuggestSnapshotConfDetRespVO.class); |
| | | } |
| | | } |