diff --git a/src/com/engine/salary/web/SICategoryController.java b/src/com/engine/salary/web/SICategoryController.java index 74e561b5e..352ff5d43 100644 --- a/src/com/engine/salary/web/SICategoryController.java +++ b/src/com/engine/salary/web/SICategoryController.java @@ -101,7 +101,13 @@ public class SICategoryController { } - + /** + * 更新自定义福利的启用停用状态 + * @param request + * @param response + * @param updateStatusParam + * @return + */ @POST @Path("/updateCustomCategoryStatus") @Produces(MediaType.APPLICATION_JSON)