|
|
|
@ -189,8 +189,9 @@ public class StAllotRecordController extends BladeController { |
|
|
|
//}
|
|
|
|
//}
|
|
|
|
//queryWrapper.lambda().eq(StAllotRecordEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED);
|
|
|
|
//queryWrapper.lambda().eq(StAllotRecordEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED);
|
|
|
|
// List<StAllotRecordExcel> list = stAllotRecordService.exportStAllotRecord(queryWrapper);
|
|
|
|
// List<StAllotRecordExcel> list = stAllotRecordService.exportStAllotRecord(queryWrapper);
|
|
|
|
if (stAllotRecord.get("curStatus") == null) { |
|
|
|
|
|
|
|
stAllotRecord.put("curStatus", StAllotRecord.STATUS_OK); |
|
|
|
if (bladeUser != null && bladeUser.getDeptId() != null) { |
|
|
|
|
|
|
|
stAllotRecord.put("createDept", Long.valueOf(bladeUser.getDeptId())); |
|
|
|
} |
|
|
|
} |
|
|
|
List<StAllotRecordExcel> list = stAllotRecordService.exportStAllotRecord(stAllotRecord); |
|
|
|
List<StAllotRecordExcel> list = stAllotRecordService.exportStAllotRecord(stAllotRecord); |
|
|
|
ExcelUtil.export(response, "库位调拨记录表数据" + DateUtil.time(), "库位调拨记录表数据表", list, StAllotRecordExcel.class); |
|
|
|
ExcelUtil.export(response, "库位调拨记录表数据" + DateUtil.time(), "库位调拨记录表数据表", list, StAllotRecordExcel.class); |
|
|
|
|