bug:政策参会流程
This commit is contained in:
@@ -67,6 +67,8 @@ public class ActDefineStartMap {
|
|||||||
map.put("29","insideOutsideMeetingLibrary");
|
map.put("29","insideOutsideMeetingLibrary");
|
||||||
// 政策课题入会流程
|
// 政策课题入会流程
|
||||||
map.put("30","policyResearchGroupEnrollment");
|
map.put("30","policyResearchGroupEnrollment");
|
||||||
|
// 政策课题参会流程
|
||||||
|
map.put("31","policyResearchGroupAttendMeeting");
|
||||||
|
|
||||||
return map.get(type);
|
return map.get(type);
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -33,7 +33,7 @@ public class ActSarLawsTopicEOController {
|
|||||||
return Result.error("传入数据json不能为空");
|
return Result.error("传入数据json不能为空");
|
||||||
}
|
}
|
||||||
lawsTopicEOService.processLawsTopicMembership(infoJson);
|
lawsTopicEOService.processLawsTopicMembership(infoJson);
|
||||||
return Result.success("入会成功");
|
return Result.success("入库成功");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("政策课题参会")
|
@ApiOperation("政策课题参会")
|
||||||
@@ -43,6 +43,6 @@ public class ActSarLawsTopicEOController {
|
|||||||
return Result.error("传入数据json不能为空");
|
return Result.error("传入数据json不能为空");
|
||||||
}
|
}
|
||||||
lawsTopicEOService.processLawsTopicParticipation(infoJson);
|
lawsTopicEOService.processLawsTopicParticipation(infoJson);
|
||||||
return Result.success("参会成功");
|
return Result.success("入库成功");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user