Browse Source

人员组织导入导出服务

luojing 5 years ago
parent
commit
1e25f3edfe

+ 1 - 0
o2server/x_organization_assemble_control/src/main/java/com/x/organization/assemble/control/jaxrs/inputperson/InputPersonAction.java

@@ -86,6 +86,7 @@ public class InputPersonAction extends StandardJaxrsAction {
 	@JaxrsMethodDescribe(value = "清空人员组织数据.", action = ActionWipeAll.class)
 	@GET
 	@Path("wipe")
+	@Produces(HttpMediaType.APPLICATION_JSON_UTF_8)
 	@Consumes(MediaType.APPLICATION_JSON)
 	public void wipeAll(@Suspended final AsyncResponse asyncResponse, @Context HttpServletRequest request) {
 		ActionResult<ActionWipeAll.Wo> result = new ActionResult<>();