|
|
@@ -103,7 +103,6 @@ public class LedgerCombinedImportServiceImpl implements ILedgerCombinedImportSer
|
|
103
|
103
|
// ════════════════════════════════════════════════════════════════
|
|
104
|
104
|
|
|
105
|
105
|
@Override
|
|
106
|
|
- @Transactional(rollbackFor = Exception.class)
|
|
107
|
106
|
public Map<String, String> importAll(MultipartFile file, String batchNo, String username) throws Exception {
|
|
108
|
107
|
Map<String, String> result = new LinkedHashMap<>();
|
|
109
|
108
|
try (Workbook wb = WorkbookFactory.create(file.getInputStream())) {
|
|
|
@@ -186,7 +185,7 @@ public class LedgerCombinedImportServiceImpl implements ILedgerCombinedImportSer
|
|
186
|
185
|
o.setEvidenceFile(str(c, 10)); // 附件
|
|
187
|
186
|
o.setRectificationStatus(str(c, 11)); // 整改情况
|
|
188
|
187
|
o.setRectificationEvidence(str(c, 12)); // 整改佐证材料
|
|
189
|
|
- o.setPatrolPersonnel(str(c, 13)); // 巡查人员
|
|
|
188
|
+ o.setInspectorName(str(c, 13)); // 巡查人员
|
|
190
|
189
|
|
|
191
|
190
|
// 根据责任人名称查找组织ID和名称
|
|
192
|
191
|
if (inspectedName != null && !inspectedName.trim().isEmpty()) {
|