删除测试方法

This commit is contained in:
gong
2025-12-24 17:43:53 +08:00
parent ae65bf1814
commit 22a5ae8f68

View File

@@ -29,8 +29,5 @@ public class ProductTest {
public void testGetById() {
// ProductDTO product = productService.getProductById(169L);
// System.out.println(JSONObject.toJSONString( product));
List<ShopProductVo> productVos = uProductService.queryProductRelatedList(169L);
System.out.println(JSONObject.toJSONString(productVos));
}
}