Commit 2eb2f2ed by wangli

修改“”

1 parent 85d4807e
......@@ -16,7 +16,7 @@ public class DispatchController {
private DispatchService dispatchService;
@GetMapping("/dispatch/order/list")
public Result<?> getDispatchOrderList(@RequestParam String levelType, @RequestParam("levelId") List<String> levelIds,
public Result<?> getDispatchOrderList(@RequestParam String levelType, @RequestParam("levelValue") List<String> levelIds,
@RequestParam String date, @RequestParam String groupTagId) {
// 获取派工台待派订单列表
Result<?> res = null;
......@@ -29,7 +29,7 @@ public class DispatchController {
}
@GetMapping("/dispatch/engineer/order/list")
public Result<?> getDispatchEngineerOrderList(@RequestParam String levelType, @RequestParam("levelId") List<String> levelIds, @RequestParam String date) {
public Result<?> getDispatchEngineerOrderList(@RequestParam String levelType, @RequestParam("levelValue") List<String> levelIds, @RequestParam String date) {
// 获取派工台工程师已派订单列表
Result<?> res = null;
try {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!