chendayu 2 년 전
부모
커밋
a527833d77
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      PAS/src/main/java/cn/cslg/pas/service/impl/ProductCategoryServiceImpl.java

+ 1 - 0
PAS/src/main/java/cn/cslg/pas/service/impl/ProductCategoryServiceImpl.java

@@ -325,6 +325,7 @@ public class ProductCategoryServiceImpl implements IProductCategoryService {
         List<String> areaList = new ArrayList<>();
         areaList = productCategoryMapper.getAreaList(dto);
         return areaList;
+
     }