Commit 1f25235e authored by 沈鑫's avatar 沈鑫

申请并受理

parent cea4f206
...@@ -124,6 +124,7 @@ public class RybApplyAndAcceptInformationTaskImpl implements ITaskExcuteService ...@@ -124,6 +124,7 @@ public class RybApplyAndAcceptInformationTaskImpl implements ITaskExcuteService
HashMap<String, Object> dataMap = new HashMap<>(16); HashMap<String, Object> dataMap = new HashMap<>(16);
dataMap.put("token", "Epoint_WebSerivce_**##0601"); dataMap.put("token", "Epoint_WebSerivce_**##0601");
HashMap<String, Object> baseInfoMap = new HashMap<>(16); HashMap<String, Object> baseInfoMap = new HashMap<>(16);
baseInfoMap.put("projectguid", e.getEventCode());
baseInfoMap.put("projectname", e.getEventName()); baseInfoMap.put("projectname", e.getEventName());
baseInfoMap.put("applyway", "20"); baseInfoMap.put("applyway", "20");
if (e.getApplicantAttributes() == 2) { if (e.getApplicantAttributes() == 2) {
......
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