代码迁移
This commit is contained in:
parent
5181105c74
commit
dff24e2c4d
|
|
@ -107,6 +107,7 @@ public class SecondaryWarehouseController extends BaseController {
|
||||||
@PostMapping("/exportList")
|
@PostMapping("/exportList")
|
||||||
public void exportList(HttpServletResponse response, @RequestBody SecondaryWarehouse bean) {
|
public void exportList(HttpServletResponse response, @RequestBody SecondaryWarehouse bean) {
|
||||||
if (bean.getLeaseType().equals(0)) {
|
if (bean.getLeaseType().equals(0)) {
|
||||||
|
|
||||||
SecondaryWarehouseVo bean1 = new SecondaryWarehouseVo();
|
SecondaryWarehouseVo bean1 = new SecondaryWarehouseVo();
|
||||||
BeanUtils.copyProperties(bean, bean1);
|
BeanUtils.copyProperties(bean, bean1);
|
||||||
List<SecondaryWarehouseVo> list = service.getList1(bean1);
|
List<SecondaryWarehouseVo> list = service.getList1(bean1);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue