|
@@ -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);
|
|
|
}
|