收货通知增加计划占用储位数

master
erzhongxmu 2020-10-08 17:00:35 +08:00
parent 1fadec3af2
commit 64145ea509
1 changed files with 1 additions and 1 deletions

View File

@ -358,7 +358,7 @@ public class wmomController {
return o2.getToCusName().compareTo(o1.getToCusName());
}
});
return Result.success(listmove);
return Result.success(listmovenew);
}
@RequestMapping(value = "/setmove/{id}", method = RequestMethod.GET)
@ResponseBody