|
|
@@ -64,7 +64,7 @@ public class WorkOrderBaseController extends BaseController {
|
|
64
|
64
|
@Log(title = "查询wo_workorderbase列表", businessType = BusinessType.QUERY)
|
|
65
|
65
|
@GetMapping
|
|
66
|
66
|
@Anonymous
|
|
67
|
|
- @RequestMapping("/order/workorder")
|
|
|
67
|
+
|
|
68
|
68
|
public AjaxResult getList(WorkOrderBase input, PageInput pageInput) {
|
|
69
|
69
|
LambdaQueryWrapper<WorkOrderBase> qw = new LambdaQueryWrapper();
|
|
70
|
70
|
|