提交 0c6562dd 编写于 作者: ibizdev's avatar ibizdev

ibizdev提交

上级 bdc4979d
......@@ -188,7 +188,6 @@ public class IBZDictItemResource {
@Transactional
public ResponseEntity<IBZDictItemDTO> createByIBZDict(@PathVariable("ibzdict_id") String ibzdict_id, @RequestBody IBZDictItemDTO ibzdictitemdto) {
//4
IBZDictItemDTO dto = new IBZDictItemDTO();
IBZDictItem domain = IBZDictItemMapping.MAPPER.toDomain(ibzdictitemdto);
domain.setDictId(ibzdict_id);
ibzdictitemService.create(domain);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册