Prechádzať zdrojové kódy

查询外协检查工序-测试

wangxin 1 rok pred
rodič
commit
870e6da249

+ 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}")
-    private TableDataInfo getP2ProcessWrbz (@PathVariable("type") String type) {
+    public TableDataInfo getP2ProcessWrbz (@PathVariable("type") String type) {
         List <Sfc10300> sfc10300List = sfc10300Service.getProcessWrbz();
         return getDataTable( sfc10300List);
     }