瀏覽代碼

查询外协检查工序-测试

wangxin 1 年之前
父節點
當前提交
870e6da249
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/ezhizao/project/business/controller/Sfc10300Controller.java

+ 1 - 1
src/main/java/cn/ezhizao/project/business/controller/Sfc10300Controller.java

@@ -128,7 +128,7 @@ public class Sfc10300Controller  extends BaseController {
 
 
 
 
     @GetMapping(value = "/getP2ProcessWrbz/{type}")
     @GetMapping(value = "/getP2ProcessWrbz/{type}")
-    private TableDataInfo getP2ProcessWrbz (@PathVariable("type") String type) {
+    public TableDataInfo getP2ProcessWrbz (@PathVariable("type") String type) {
         List <Sfc10300> sfc10300List = sfc10300Service.getProcessWrbz();
         List <Sfc10300> sfc10300List = sfc10300Service.getProcessWrbz();
         return getDataTable( sfc10300List);
         return getDataTable( sfc10300List);
     }
     }