Commit 47194360 authored by wanghang's avatar wanghang

主页 任务展示 2

parent 32b15961
...@@ -27,8 +27,8 @@ public class NonProdApplyDeptApplicationImpl extends BaseApplication implements ...@@ -27,8 +27,8 @@ public class NonProdApplyDeptApplicationImpl extends BaseApplication implements
SapNonProdApplyDept nonProdApplyDept = sdo.toObject(SapNonProdApplyDept.class); SapNonProdApplyDept nonProdApplyDept = sdo.toObject(SapNonProdApplyDept.class);
ObjectMapper objectMapper = new ObjectMapper(); ObjectMapper objectMapper = new ObjectMapper();
String deptStaffJSON = sdo.getString("deptStaff"); String deptStaffJSON = sdo.getString("deptStaff");
List<BsnMessage> processList = objectMapper.readValue(processJSON, new TypeReference<List<ProofingApplyProcess>>() { // List<BsnMessage> processList = objectMapper.readValue(processJSON, new TypeReference<List<ProofingApplyProcess>>() {
}); // });
SapNonProdApplyDept save = nonProdApplyDeptRepository.save(nonProdApplyDept); SapNonProdApplyDept save = nonProdApplyDeptRepository.save(nonProdApplyDept);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment