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;
+
     }