代码迁移

This commit is contained in:
liang.chao 2025-01-16 11:14:32 +08:00
parent 5181105c74
commit dff24e2c4d
1 changed files with 1 additions and 0 deletions

View File

@ -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);