Browse Source

1、删除无用代码

master
Aug 7 months ago
parent
commit
9a9cdb41ea
1 changed files with 0 additions and 42 deletions
  1. +0
    -42
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/employController/CommonApiController.java

+ 0
- 42
jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/employController/CommonApiController.java View File

@ -86,48 +86,6 @@ public class CommonApiController {
return commonApiService.queryNotebookList(token, type, status, pageBean); 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="正式积分||临时积分||当前积分") @ApiOperation(value="会员中心-正式积分||临时积分", notes="正式积分||临时积分||当前积分")


Loading…
Cancel
Save