yudao-module-mdm/src/main/java/cn/iocoder/yudao/module/mdm/service/category/MdmItemCategoryServiceImpl.java
@@ -21,7 +21,7 @@ /** * MDM 物料分类 Service 实现类 * * @author 芋道源码 * @author 超级管理员 */ @Service @Validated @@ -150,4 +150,14 @@ } } @Override public List<MdmItemCategoryDO> getSimpleItemList() { return itemCategoryMapper.selectList(new MdmItemCategoryDO().setStatus(0)); } @Override public MdmItemCategoryDO getItemCategoryByItemOrProduct(String itemOrProduct) { return itemCategoryMapper.selectByItemOrProduct(itemOrProduct); } }