| | |
| | | import com.moon.server.entity.all.StaticData; |
| | | import com.moon.server.entity.ctrl.PubEntity; |
| | | import com.moon.server.entity.data.MetaEntity; |
| | | import com.moon.server.entity.data.MetaPubEntity; |
| | | import com.moon.server.entity.data.PublishEntity; |
| | | import com.moon.server.helper.RestHelper; |
| | | import com.moon.server.helper.StringHelper; |
| | |
| | | } |
| | | |
| | | @Override |
| | | public List<MetaEntity> selectMetasByPubid(Integer pubid) { |
| | | return publishMapper.selectMetasByPubid(pubid); |
| | | } |
| | | |
| | | @Override |
| | | public List<String> selectCodesForDir(String dircode, Integer isDom) { |
| | | return publishMapper.selectCodesForDir(dircode, isDom); |
| | | } |
| | |
| | | } |
| | | |
| | | @Override |
| | | public Integer insertMetaPub(MetaPubEntity mp) { |
| | | return publishMapper.insertMetaPub(mp); |
| | | } |
| | | |
| | | @Override |
| | | public Integer delete(int id) { |
| | | return publishMapper.delete(id); |
| | | } |