Commit 31f9f557 by 王力

Merge branch 'feature_mvp616_wangl' into 'develop'

修改

See merge request !24
2 parents 78e48958 bada4841
...@@ -6,6 +6,7 @@ import com.alibaba.cloud.integration.order.dto.ProductCategoryResp; ...@@ -6,6 +6,7 @@ import com.alibaba.cloud.integration.order.dto.ProductCategoryResp;
import com.alibaba.cloud.integration.order.entity.ProductCategory; import com.alibaba.cloud.integration.order.entity.ProductCategory;
import com.alibaba.cloud.integration.order.service.ProductCategoryService; import com.alibaba.cloud.integration.order.service.ProductCategoryService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList; import java.util.ArrayList;
...@@ -13,6 +14,7 @@ import java.util.Comparator; ...@@ -13,6 +14,7 @@ import java.util.Comparator;
import java.util.List; import java.util.List;
import java.util.stream.Collectors; import java.util.stream.Collectors;
@Service
public class ProductCategoryServiceImpl implements ProductCategoryService { public class ProductCategoryServiceImpl implements ProductCategoryService {
@Autowired @Autowired
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!