|
|
@@ -156,6 +156,7 @@ public class ItemSeizureRecordController extends BaseController {
|
|
156
|
156
|
exportVO.setCheckMethodDesc(record.getCheckMethodDesc());
|
|
157
|
157
|
exportVO.setInspectTeamName(record.getInspectTeamName());
|
|
158
|
158
|
exportVO.setAttendanceTeamName(record.getAttendanceTeamName());
|
|
|
159
|
+ exportVO.setPowerOnInstruction(record.getPowerOnInstruction());
|
|
159
|
160
|
exportVO.setProcessStatus(record.getProcessStatus());
|
|
160
|
161
|
|
|
161
|
162
|
// 物品信息为空
|
|
|
@@ -187,6 +188,7 @@ public class ItemSeizureRecordController extends BaseController {
|
|
187
|
188
|
exportVO.setCheckMethodDesc(record.getCheckMethodDesc());
|
|
188
|
189
|
exportVO.setInspectTeamName(record.getInspectTeamName());
|
|
189
|
190
|
exportVO.setAttendanceTeamName(record.getAttendanceTeamName());
|
|
|
191
|
+ exportVO.setPowerOnInstruction(record.getPowerOnInstruction());
|
|
190
|
192
|
exportVO.setProcessStatus(record.getProcessStatus());
|
|
191
|
193
|
|
|
192
|
194
|
// 物品信息
|