内部工作组人员关联表-导出改为get请求
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ public class LawsWorkingGroupUserController extends JeroController<LawsWorkingGr
|
||||
*/
|
||||
@AutoLog(value = "内部工作组人员关联表-导出")
|
||||
@ApiOperation(value="内部工作组人员关联表-导出", notes="内部工作组人员关联表-导出")
|
||||
@RequestMapping(value = "/export", method = RequestMethod.POST)
|
||||
@RequestMapping(value = "/export", method = RequestMethod.GET)
|
||||
public Result<?> template(@RequestBody LawsWorkingGroupUser lawsWorkingGroupUser, HttpServletResponse response) {
|
||||
String workingGroupId = lawsWorkingGroupUser.getWorkingGroupId();
|
||||
if (StringUtils.isBlank(workingGroupId)) {
|
||||
|
||||
Reference in New Issue
Block a user