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="正式积分||临时积分||当前积分")