Min 1 год назад
Родитель
Сommit
fc035a9b95

+ 1 - 1
fhKeeper/formulahousekeeper/management-workshop/src/main/java/com/management/platform/service/impl/ProductServiceImpl.java

@@ -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;