Commit 51868d5f by 王力

Merge branch 'feature_mvp616_wangl' into 'develop'

修改“”

See merge request !50
2 parents 9724edac 2eb2f2ed
......@@ -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!