去掉supermarket_material表
This commit is contained in:
parent
c486fad5e8
commit
d5b632268b
|
|
@ -71,7 +71,6 @@ public class CookMaterialServiceImpl implements ICookMaterialService {
|
|||
if (cookMaterialMapper.checkIsExistByName(cookMaterial.getMaterialName(), null) > 0) {
|
||||
throw new ServiceException("该原料名称已存在");
|
||||
}
|
||||
cookMaterial.setGoodsType(1L);
|
||||
return cookMaterialMapper.insertCookMaterial(cookMaterial);
|
||||
} catch (Exception e) {
|
||||
throw new ServiceException(e.getMessage());
|
||||
|
|
|
|||
Loading…
Reference in New Issue