|
|
|
@ -39,7 +39,7 @@ public class IoCollectOrderCodeAutoController extends BaseController {
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping("/udiwms/ioSplit/collect/code/filter")
|
|
|
|
|
@GetMapping("/udiwms/ioSplit/collect/auto/code/filter")
|
|
|
|
|
public BaseResponse filterByCode(IoSplitCodeRequest splitCodeRequest,
|
|
|
|
|
BindingResult bindingResult) {
|
|
|
|
|
if (bindingResult.hasErrors()) {
|
|
|
|
@ -58,7 +58,7 @@ public class IoCollectOrderCodeAutoController extends BaseController {
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
@GetMapping("/udiwms/ioSplit/collect/order/filter")
|
|
|
|
|
@GetMapping("/udiwms/ioSplit/collect/auto/order/filter")
|
|
|
|
|
public BaseResponse filterByBillNo(CollectOrderCodeAutoRequest collectOrderCodeAutoRequest,
|
|
|
|
|
BindingResult bindingResult) {
|
|
|
|
|
if (bindingResult.hasErrors()) {
|
|
|
|
|