删除测试方法
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user