From 9a9cdb41ea941e504491cb10f087da05762aabe6 Mon Sep 17 00:00:00 2001 From: Aug <17674666882@163.com> Date: Wed, 30 Oct 2024 10:34:36 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/employController/CommonApiController.java | 42 ---------------------- 1 file changed, 42 deletions(-) diff --git a/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/employController/CommonApiController.java b/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/employController/CommonApiController.java index d6de216..43889a4 100644 --- a/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/employController/CommonApiController.java +++ b/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/employController/CommonApiController.java @@ -86,48 +86,6 @@ public class CommonApiController { return commonApiService.queryNotebookList(token, type, status, pageBean); } -// //个人记工-在建项目 -// @ApiOperation(value="记工记账-在建项目", notes="记工记账-在建项目") -// @RequestMapping(value = "/queryStrartJobList", method = {RequestMethod.GET}) -// public Result queryStrartJobList(PageBean pageBean){ -// return commonApiService.queryStrartJobList(pageBean); -// } -// -// //个人记工-结束项目 -// @ApiOperation(value="记工记账-结束项目", notes="记工记账-结束项目") -// @RequestMapping(value = "/queryEndJobList", method = {RequestMethod.GET}) -// public Result queryEndJobList(PageBean pageBean){ -// return commonApiService.queryEndJobList(pageBean); -// } -// -// //班组记工-新建账本 -// @ApiOperation(value="班组记工-新建账本", notes="班组记工-新建账本") -// @RequestMapping(value = "/addBills", method = {RequestMethod.POST}) -// public Result addBills(EmployNotebook employNotebook){ -// return commonApiService.addBill(employNotebook); -// } -// -// //班组记工-技工问题 -// @ApiOperation(value="班组记工-技工问题", notes="班组记工-技工问题") -// @RequestMapping(value = "/addQuestions", method = {RequestMethod.POST}) -// public Result addQuestions(EmployFeedback employFeedback){ -// return commonApiService.addQuestion(employFeedback); -// } -// -// //班组记工-在建项目 -// @ApiOperation(value="班组记工-在建项目", notes="班组记工-在建项目") -// @RequestMapping(value = "/queryStrartJobLists", method = {RequestMethod.GET}) -// public Result queryStrartJobLists(PageBean pageBean){ -// return commonApiService.queryStrartJobList(pageBean); -// } -// -// //班组记工-结束项目 -// @ApiOperation(value="班组记工-结束项目", notes="班组记工-结束项目") -// @RequestMapping(value = "/queryEndJobLists", method = {RequestMethod.GET}) -// public Result queryEndJobLists(PageBean pageBean){ -// return commonApiService.queryEndJobList(pageBean); -// } - /***************会员中心***************/ //会员中心-正式积分||临时积分 @ApiOperation(value="会员中心-正式积分||临时积分", notes="正式积分||临时积分||当前积分")