@@ -192,7 +192,7 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
productMapper.deleteById(id);
}else{
- msg.setError("this product is used!");
+ msg.setError("该产品已被使用!");
}
return msg;