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