Commit 3c15850b authored by shiyu's avatar shiyu

退货列表查询

parent 291930d1
......@@ -105,7 +105,7 @@ public class ReturnOrderServiceImpl implements ReturnOrderService {
return Result.success();
}
} else {
dto.setSaleId(dto.getSearchParam());
dto.setReturnOrderId(dto.getSearchParam());
}
}
List<ReturnOrder> list = returnOrderDao.findByPage(dto);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment