|
@@ -387,6 +387,10 @@ public class WorkOrderCurrentController extends BaseController {
|
|
);
|
|
);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @GetMapping("/test")
|
|
|
|
+ public String test(){
|
|
|
|
+ return "测试成功";
|
|
|
|
+ }
|
|
@PreAuthorize("@ss.hasPermi('business:entrust:workOrder:current:trans')")
|
|
@PreAuthorize("@ss.hasPermi('business:entrust:workOrder:current:trans')")
|
|
@GetMapping("/transNextForFactory")
|
|
@GetMapping("/transNextForFactory")
|
|
@Transactional(rollbackFor = Exception.class)
|
|
@Transactional(rollbackFor = Exception.class)
|