feat(syslog): 全量业务模块补全用户增删改查及导出日志注解
This commit is contained in:
+5
@@ -49,6 +49,7 @@ public class FixedContact20260730Controller extends JeecgController<FixedContact
|
|||||||
private final RuntimeService runtimeService;
|
private final RuntimeService runtimeService;
|
||||||
private final TaskTaskServiceImpl taskTaskServiceImpl;
|
private final TaskTaskServiceImpl taskTaskServiceImpl;
|
||||||
|
|
||||||
|
@AutoLog(value = "定点联系单-分页列表查询")
|
||||||
@Operation(summary = "定点联系单-分页列表查询")
|
@Operation(summary = "定点联系单-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<FixedContact20260730>> queryPageList(FixedContact20260730 fixedContact20260730,
|
public Result<IPage<FixedContact20260730>> queryPageList(FixedContact20260730 fixedContact20260730,
|
||||||
@@ -144,6 +145,7 @@ public class FixedContact20260730Controller extends JeecgController<FixedContact
|
|||||||
return Result.OK("批量删除成功!");
|
return Result.OK("批量删除成功!");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "定点联系单-通过id查询")
|
||||||
@Operation(summary = "定点联系单-通过id查询")
|
@Operation(summary = "定点联系单-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<FixedContact20260730> queryById(@RequestParam(name = "id", required = true) String id) {
|
public Result<FixedContact20260730> queryById(@RequestParam(name = "id", required = true) String id) {
|
||||||
@@ -154,6 +156,7 @@ public class FixedContact20260730Controller extends JeecgController<FixedContact
|
|||||||
return Result.OK(fixedContact20260730);
|
return Result.OK(fixedContact20260730);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "反馈子表-主表ID查询")
|
||||||
@Operation(summary = "反馈子表-主表ID查询")
|
@Operation(summary = "反馈子表-主表ID查询")
|
||||||
@GetMapping(value = "/queryFixedContactFeedback20260730ByMainId")
|
@GetMapping(value = "/queryFixedContactFeedback20260730ByMainId")
|
||||||
public Result<List<FixedContactFeedback20260730>> queryFixedContactFeedback20260730ListByMainId(@RequestParam(name = "id", required = true) String id) {
|
public Result<List<FixedContactFeedback20260730>> queryFixedContactFeedback20260730ListByMainId(@RequestParam(name = "id", required = true) String id) {
|
||||||
@@ -161,6 +164,7 @@ public class FixedContact20260730Controller extends JeecgController<FixedContact
|
|||||||
return Result.OK(fixedContactFeedback20260730List);
|
return Result.OK(fixedContactFeedback20260730List);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "定点联系单-通过excel导出")
|
||||||
@RequiresPermissions("bg.fixcontact:fixed_contact_20260730:exportXls")
|
@RequiresPermissions("bg.fixcontact:fixed_contact_20260730:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, FixedContact20260730 fixedContact20260730) {
|
public ModelAndView exportXls(HttpServletRequest request, FixedContact20260730 fixedContact20260730) {
|
||||||
@@ -186,6 +190,7 @@ public class FixedContact20260730Controller extends JeecgController<FixedContact
|
|||||||
SupervisionConstant.DelFlag.NORMAL));
|
SupervisionConstant.DelFlag.NORMAL));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "定点联系单-通过EasyExcel校验导入")
|
||||||
@RequiresPermissions("bg.fixcontact:fixed_contact_20260730:importExcel")
|
@RequiresPermissions("bg.fixcontact:fixed_contact_20260730:importExcel")
|
||||||
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
||||||
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
||||||
|
|||||||
+9
-4
@@ -77,7 +77,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "习总书记重要讲话指示批示情况-分页列表查询")
|
@AutoLog(value = "习总书记重要讲话指示批示情况-分页列表查询")
|
||||||
@Operation(summary="习总书记重要讲话指示批示情况-分页列表查询")
|
@Operation(summary="习总书记重要讲话指示批示情况-分页列表查询")
|
||||||
@GetMapping(value = "/rootList")
|
@GetMapping(value = "/rootList")
|
||||||
public Result<IPage<BgXiSpeak>> queryPageList(BgXiSpeak bgXiSpeak,
|
public Result<IPage<BgXiSpeak>> queryPageList(BgXiSpeak bgXiSpeak,
|
||||||
@@ -160,6 +160,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
* @param deptIds
|
* @param deptIds
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话指示批示情况-获取含部门根列表")
|
||||||
@RequestMapping(value = "/getRootListWithDept", method = RequestMethod.GET)
|
@RequestMapping(value = "/getRootListWithDept", method = RequestMethod.GET)
|
||||||
public Result<IPage<BgXiSpeak>> getRootListWithDept(@RequestParam(name = "dept_ids") String deptIds) {
|
public Result<IPage<BgXiSpeak>> getRootListWithDept(@RequestParam(name = "dept_ids") String deptIds) {
|
||||||
|
|
||||||
@@ -179,6 +180,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
* @param pcode
|
* @param pcode
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话指示批示情况-加载树根节点")
|
||||||
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
||||||
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
||||||
Result<List<SelectTreeModel>> result = new Result<>();
|
Result<List<SelectTreeModel>> result = new Result<>();
|
||||||
@@ -218,7 +220,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "习总书记重要讲话指示批示情况-获取子数据")
|
@AutoLog(value = "习总书记重要讲话指示批示情况-获取子数据")
|
||||||
@Operation(summary="习总书记重要讲话指示批示情况-获取子数据")
|
@Operation(summary="习总书记重要讲话指示批示情况-获取子数据")
|
||||||
@GetMapping(value = "/childList")
|
@GetMapping(value = "/childList")
|
||||||
public Result<IPage<BgXiSpeak>> queryPageList(BgXiSpeak bgXiSpeak,HttpServletRequest req) {
|
public Result<IPage<BgXiSpeak>> queryPageList(BgXiSpeak bgXiSpeak,HttpServletRequest req) {
|
||||||
@@ -236,7 +238,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
* @param parentIds
|
* @param parentIds
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "习总书记重要讲话指示批示情况-批量获取子数据")
|
@AutoLog(value = "习总书记重要讲话指示批示情况-批量获取子数据")
|
||||||
@Operation(summary="习总书记重要讲话指示批示情况-批量获取子数据")
|
@Operation(summary="习总书记重要讲话指示批示情况-批量获取子数据")
|
||||||
@GetMapping("/getChildListBatch")
|
@GetMapping("/getChildListBatch")
|
||||||
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
||||||
@@ -392,7 +394,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "习总书记重要讲话指示批示情况-通过id查询")
|
@AutoLog(value = "习总书记重要讲话指示批示情况-通过id查询")
|
||||||
@Operation(summary="习总书记重要讲话指示批示情况-通过id查询")
|
@Operation(summary="习总书记重要讲话指示批示情况-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<BgXiSpeak> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<BgXiSpeak> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -409,6 +411,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
* @param request
|
* @param request
|
||||||
* @param bgXiSpeak
|
* @param bgXiSpeak
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话指示批示情况-通过excel导出")
|
||||||
@RequiresPermissions("bg.xispeak:bg_xi_speak:exportXls")
|
@RequiresPermissions("bg.xispeak:bg_xi_speak:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, BgXiSpeak bgXiSpeak) {
|
public ModelAndView exportXls(HttpServletRequest request, BgXiSpeak bgXiSpeak) {
|
||||||
@@ -447,6 +450,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
/**
|
/**
|
||||||
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话指示批示情况-通过EasyExcel校验导入")
|
||||||
@RequiresPermissions("bg.xispeak:bg_xi_speak:importExcel")
|
@RequiresPermissions("bg.xispeak:bg_xi_speak:importExcel")
|
||||||
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
||||||
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
||||||
@@ -457,6 +461,7 @@ public class BgXiSpeakController extends JeecgController<BgXiSpeak, IBgXiSpeakSe
|
|||||||
/**
|
/**
|
||||||
* 仅导出Excel表头(EasyExcel)
|
* 仅导出Excel表头(EasyExcel)
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话指示批示情况-通过EasyExcel导出模板")
|
||||||
@RequiresPermissions("bg.xispeak:bg_xi_speak:exportXls")
|
@RequiresPermissions("bg.xispeak:bg_xi_speak:exportXls")
|
||||||
@GetMapping(value = "/exportXlsHeaders")
|
@GetMapping(value = "/exportXlsHeaders")
|
||||||
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
||||||
|
|||||||
+5
-1
@@ -61,6 +61,7 @@ public class BgXiSpeakFeedbackController extends JeecgController<BgXiSpeakFeedba
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话反馈表-分页列表查询")
|
||||||
@Operation(summary="习总书记重要讲话反馈表-分页列表查询")
|
@Operation(summary="习总书记重要讲话反馈表-分页列表查询")
|
||||||
@GetMapping(value = "/listBgXiSpeakFeedbackByMainId")
|
@GetMapping(value = "/listBgXiSpeakFeedbackByMainId")
|
||||||
public Result<IPage<BgXiSpeakFeedback>> queryPageList(BgXiSpeakFeedback bgXiSpeakFeedback,
|
public Result<IPage<BgXiSpeakFeedback>> queryPageList(BgXiSpeakFeedback bgXiSpeakFeedback,
|
||||||
@@ -82,6 +83,7 @@ public class BgXiSpeakFeedbackController extends JeecgController<BgXiSpeakFeedba
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话反馈表-分页列表查询含用户部门")
|
||||||
@Operation(summary="习总书记重要讲话反馈表-分页列表查询(含当前用户部门过滤)")
|
@Operation(summary="习总书记重要讲话反馈表-分页列表查询(含当前用户部门过滤)")
|
||||||
@GetMapping(value = "/listBgXiSpeakFeedbackByMainIdWithUserDept")
|
@GetMapping(value = "/listBgXiSpeakFeedbackByMainIdWithUserDept")
|
||||||
public Result<IPage<BgXiSpeakFeedback>> queryPageListWithUserDept(BgXiSpeakFeedback bgXiSpeakFeedback,
|
public Result<IPage<BgXiSpeakFeedback>> queryPageListWithUserDept(BgXiSpeakFeedback bgXiSpeakFeedback,
|
||||||
@@ -178,6 +180,7 @@ public class BgXiSpeakFeedbackController extends JeecgController<BgXiSpeakFeedba
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话反馈表-通过id查询")
|
||||||
@Operation(summary="习总书记重要讲话反馈表-通过id查询")
|
@Operation(summary="习总书记重要讲话反馈表-通过id查询")
|
||||||
@GetMapping(value = "/queryBgXiSpeakFeedbackById")
|
@GetMapping(value = "/queryBgXiSpeakFeedbackById")
|
||||||
public Result<BgXiSpeakFeedback> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<BgXiSpeakFeedback> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -194,6 +197,7 @@ public class BgXiSpeakFeedbackController extends JeecgController<BgXiSpeakFeedba
|
|||||||
* @param request
|
* @param request
|
||||||
* @param bgXiSpeakFeedback
|
* @param bgXiSpeakFeedback
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "习总书记重要讲话反馈表-通过excel导出")
|
||||||
@RequestMapping(value = "/exportBgXiSpeakFeedback")
|
@RequestMapping(value = "/exportBgXiSpeakFeedback")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, BgXiSpeakFeedback bgXiSpeakFeedback) {
|
public ModelAndView exportXls(HttpServletRequest request, BgXiSpeakFeedback bgXiSpeakFeedback) {
|
||||||
return super.exportXls(request, bgXiSpeakFeedback, BgXiSpeakFeedback.class, "习总书记重要讲话反馈表");
|
return super.exportXls(request, bgXiSpeakFeedback, BgXiSpeakFeedback.class, "习总书记重要讲话反馈表");
|
||||||
@@ -212,4 +216,4 @@ public class BgXiSpeakFeedbackController extends JeecgController<BgXiSpeakFeedba
|
|||||||
return super.importExcel(request, response, BgXiSpeakFeedback.class);
|
return super.importExcel(request, response, BgXiSpeakFeedback.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
+8
-2
@@ -90,7 +90,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党委会-分页列表查询")
|
@AutoLog(value = "党委会-分页列表查询")
|
||||||
@Operation(summary = "党委会-分页列表查询")
|
@Operation(summary = "党委会-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<BgPartymatter>> queryPageList(BgPartymatter bgPartymatter,
|
public Result<IPage<BgPartymatter>> queryPageList(BgPartymatter bgPartymatter,
|
||||||
@@ -131,6 +131,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
return Result.OK(result);
|
return Result.OK(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "党委会-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<BgPartymatter> queryById(@RequestParam(name = "id", required = true) String id) {
|
public Result<BgPartymatter> queryById(@RequestParam(name = "id", required = true) String id) {
|
||||||
BgPartymatter bgPartymatter = bgPartymatterService.getById(id);
|
BgPartymatter bgPartymatter = bgPartymatterService.getById(id);
|
||||||
@@ -277,6 +278,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党委会-通过excel导出")
|
||||||
@RequiresPermissions(value = {"bgpartymatter:bg_partymatter:exportXls", "bgofficematter:bg_officematter:exportXls"}, logical = Logical.OR)
|
@RequiresPermissions(value = {"bgpartymatter:bg_partymatter:exportXls", "bgofficematter:bg_officematter:exportXls"}, logical = Logical.OR)
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, BgPartymatter bgPartymatter) {
|
public ModelAndView exportXls(HttpServletRequest request, BgPartymatter bgPartymatter) {
|
||||||
@@ -305,7 +307,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党委会反馈表-通过主表ID查询")
|
@AutoLog(value = "党委会反馈表-通过主表ID查询")
|
||||||
@Operation(summary = "党委会反馈表-通过主表ID查询")
|
@Operation(summary = "党委会反馈表-通过主表ID查询")
|
||||||
@GetMapping(value = "/listBgPartymatterFeedbackByMainId")
|
@GetMapping(value = "/listBgPartymatterFeedbackByMainId")
|
||||||
public Result<IPage<BgPartymatterFeedback>> listBgPartymatterFeedbackByMainId(BgPartymatterFeedback bgPartymatterFeedback,
|
public Result<IPage<BgPartymatterFeedback>> listBgPartymatterFeedbackByMainId(BgPartymatterFeedback bgPartymatterFeedback,
|
||||||
@@ -382,6 +384,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党委会反馈表-通过excel导出")
|
||||||
@RequestMapping(value = "/exportBgPartymatterFeedback")
|
@RequestMapping(value = "/exportBgPartymatterFeedback")
|
||||||
public ModelAndView exportBgPartymatterFeedback(HttpServletRequest request, BgPartymatterFeedback bgPartymatterFeedback) {
|
public ModelAndView exportBgPartymatterFeedback(HttpServletRequest request, BgPartymatterFeedback bgPartymatterFeedback) {
|
||||||
// Step.1 组装查询条件
|
// Step.1 组装查询条件
|
||||||
@@ -456,6 +459,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
/**
|
/**
|
||||||
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党委会-通过EasyExcel校验导入")
|
||||||
@RequiresPermissions("bgpartymatter:bg_partymatter:importExcel")
|
@RequiresPermissions("bgpartymatter:bg_partymatter:importExcel")
|
||||||
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
||||||
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
||||||
@@ -481,6 +485,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
/**
|
/**
|
||||||
* 通过EasyExcel导出数据,根据 meetingType 动态切换标题
|
* 通过EasyExcel导出数据,根据 meetingType 动态切换标题
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党委会-通过EasyExcel导出")
|
||||||
@RequiresPermissions("bgpartymatter:bg_partymatter:exportXls")
|
@RequiresPermissions("bgpartymatter:bg_partymatter:exportXls")
|
||||||
@GetMapping(value = "/exportXlsByEasyExcel")
|
@GetMapping(value = "/exportXlsByEasyExcel")
|
||||||
public void exportXlsByEasyExcel(HttpServletRequest request, HttpServletResponse response,
|
public void exportXlsByEasyExcel(HttpServletRequest request, HttpServletResponse response,
|
||||||
@@ -492,6 +497,7 @@ public class BgPartymatterController extends JeecgController<BgPartymatter, IBgP
|
|||||||
/**
|
/**
|
||||||
* 导出Excel模板(含表头和一行示例数据),通过 meetingType 参数指定模板类型
|
* 导出Excel模板(含表头和一行示例数据),通过 meetingType 参数指定模板类型
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党委会-通过EasyExcel导出模板")
|
||||||
@RequiresPermissions("bgpartymatter:bg_partymatter:exportXls")
|
@RequiresPermissions("bgpartymatter:bg_partymatter:exportXls")
|
||||||
@GetMapping(value = "/exportXlsHeaders")
|
@GetMapping(value = "/exportXlsHeaders")
|
||||||
public void exportXlsHeaders(HttpServletResponse response,
|
public void exportXlsHeaders(HttpServletResponse response,
|
||||||
|
|||||||
+8
-3
@@ -79,7 +79,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "我为四所把把脉-分页列表查询")
|
@AutoLog(value = "我为四所把把脉-分页列表查询")
|
||||||
@Operation(summary="我为四所把把脉-分页列表查询")
|
@Operation(summary="我为四所把把脉-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<BgTakepulse>> queryPageList(BgTakepulse bgTakepulse,
|
public Result<IPage<BgTakepulse>> queryPageList(BgTakepulse bgTakepulse,
|
||||||
@@ -254,7 +254,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "我为四所把把脉-通过id查询")
|
@AutoLog(value = "我为四所把把脉-通过id查询")
|
||||||
@Operation(summary="我为四所把把脉-通过id查询")
|
@Operation(summary="我为四所把把脉-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<BgTakepulse> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<BgTakepulse> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -272,7 +272,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "执行情况反馈通过主表ID查询")
|
@AutoLog(value = "执行情况反馈通过主表ID查询")
|
||||||
@Operation(summary="执行情况反馈主表ID查询")
|
@Operation(summary="执行情况反馈主表ID查询")
|
||||||
@GetMapping(value = "/queryBgTakepulseFeedbackByMainId")
|
@GetMapping(value = "/queryBgTakepulseFeedbackByMainId")
|
||||||
public Result<List<BgTakepulseFeedback>> queryBgTakepulseFeedbackListByMainId(@RequestParam(name="id",required=true) String id) {
|
public Result<List<BgTakepulseFeedback>> queryBgTakepulseFeedbackListByMainId(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -285,6 +285,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
*
|
*
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "执行情况反馈-通过主表ID查询")
|
||||||
@Operation(summary="执行情况反馈-通过主表ID和流程实例ID查询")
|
@Operation(summary="执行情况反馈-通过主表ID和流程实例ID查询")
|
||||||
@GetMapping(value = "/listBgTakepulseFeedbackByMainId")
|
@GetMapping(value = "/listBgTakepulseFeedbackByMainId")
|
||||||
public Result<IPage<BgTakepulseFeedback>> listBgTakepulseFeedbackByMainId(BgTakepulseFeedback bgTakepulseFeedback,
|
public Result<IPage<BgTakepulseFeedback>> listBgTakepulseFeedbackByMainId(BgTakepulseFeedback bgTakepulseFeedback,
|
||||||
@@ -362,6 +363,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
* @param request
|
* @param request
|
||||||
* @param bgTakepulse
|
* @param bgTakepulse
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "我为四所把把脉-通过excel导出")
|
||||||
@RequiresPermissions("bqtakepulse:bg_takepulse:exportXls")
|
@RequiresPermissions("bqtakepulse:bg_takepulse:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, BgTakepulse bgTakepulse) {
|
public ModelAndView exportXls(HttpServletRequest request, BgTakepulse bgTakepulse) {
|
||||||
@@ -443,6 +445,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
/**
|
/**
|
||||||
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "我为四所把把脉-通过EasyExcel校验导入")
|
||||||
@RequiresPermissions("bqtakepulse:bg_takepulse:importExcel")
|
@RequiresPermissions("bqtakepulse:bg_takepulse:importExcel")
|
||||||
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
||||||
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
||||||
@@ -467,6 +470,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
/**
|
/**
|
||||||
* 通过EasyExcel导出数据
|
* 通过EasyExcel导出数据
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "我为四所把把脉-通过EasyExcel导出")
|
||||||
@RequiresPermissions("bqtakepulse:bg_takepulse:exportXls")
|
@RequiresPermissions("bqtakepulse:bg_takepulse:exportXls")
|
||||||
@GetMapping(value = "/exportXlsByEasyExcel")
|
@GetMapping(value = "/exportXlsByEasyExcel")
|
||||||
public void exportXlsByEasyExcel(HttpServletRequest request, HttpServletResponse response,
|
public void exportXlsByEasyExcel(HttpServletRequest request, HttpServletResponse response,
|
||||||
@@ -477,6 +481,7 @@ public class BgTakepulseController extends JeecgController<BgTakepulse, IBgTakep
|
|||||||
/**
|
/**
|
||||||
* 仅导出Excel表头(EasyExcel)
|
* 仅导出Excel表头(EasyExcel)
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "我为四所把把脉-通过EasyExcel导出模板")
|
||||||
@RequiresPermissions("bqtakepulse:bg_takepulse:exportXls")
|
@RequiresPermissions("bqtakepulse:bg_takepulse:exportXls")
|
||||||
@GetMapping(value = "/exportXlsHeaders")
|
@GetMapping(value = "/exportXlsHeaders")
|
||||||
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
||||||
|
|||||||
+3
-2
@@ -61,7 +61,7 @@ public class DjCheckController extends JeecgController<DjCheck, IDjCheckService>
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党建检查台账-分页列表查询")
|
@AutoLog(value = "党建检查台账-分页列表查询")
|
||||||
@Operation(summary="党建检查台账-分页列表查询")
|
@Operation(summary="党建检查台账-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<DjCheck>> queryPageList(DjCheck djCheck,
|
public Result<IPage<DjCheck>> queryPageList(DjCheck djCheck,
|
||||||
@@ -143,7 +143,7 @@ public class DjCheckController extends JeecgController<DjCheck, IDjCheckService>
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党建检查台账-通过id查询")
|
@AutoLog(value = "党建检查台账-通过id查询")
|
||||||
@Operation(summary="党建检查台账-通过id查询")
|
@Operation(summary="党建检查台账-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DjCheck> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DjCheck> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -160,6 +160,7 @@ public class DjCheckController extends JeecgController<DjCheck, IDjCheckService>
|
|||||||
* @param request
|
* @param request
|
||||||
* @param djCheck
|
* @param djCheck
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党建检查台账-通过excel导出")
|
||||||
@RequiresPermissions("check:dj_check:exportXls")
|
@RequiresPermissions("check:dj_check:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DjCheck djCheck) {
|
public ModelAndView exportXls(HttpServletRequest request, DjCheck djCheck) {
|
||||||
|
|||||||
+3
-2
@@ -61,7 +61,7 @@ public class DjDemoLifeMeetingController extends JeecgController<DjDemoLifeMeeti
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "所领导板子民主生活会问题台账-分页列表查询")
|
@AutoLog(value = "所领导板子民主生活会问题台账-分页列表查询")
|
||||||
@Operation(summary="所领导板子民主生活会问题台账-分页列表查询")
|
@Operation(summary="所领导板子民主生活会问题台账-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<DjDemoLifeMeeting>> queryPageList(DjDemoLifeMeeting djDemoLifeMeeting,
|
public Result<IPage<DjDemoLifeMeeting>> queryPageList(DjDemoLifeMeeting djDemoLifeMeeting,
|
||||||
@@ -143,7 +143,7 @@ public class DjDemoLifeMeetingController extends JeecgController<DjDemoLifeMeeti
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "所领导板子民主生活会问题台账-通过id查询")
|
@AutoLog(value = "所领导板子民主生活会问题台账-通过id查询")
|
||||||
@Operation(summary="所领导板子民主生活会问题台账-通过id查询")
|
@Operation(summary="所领导板子民主生活会问题台账-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DjDemoLifeMeeting> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DjDemoLifeMeeting> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -160,6 +160,7 @@ public class DjDemoLifeMeetingController extends JeecgController<DjDemoLifeMeeti
|
|||||||
* @param request
|
* @param request
|
||||||
* @param djDemoLifeMeeting
|
* @param djDemoLifeMeeting
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "所领导板子民主生活会问题台账-通过excel导出")
|
||||||
@RequiresPermissions("demoMetting:dj_demo_life_meeting:exportXls")
|
@RequiresPermissions("demoMetting:dj_demo_life_meeting:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DjDemoLifeMeeting djDemoLifeMeeting) {
|
public ModelAndView exportXls(HttpServletRequest request, DjDemoLifeMeeting djDemoLifeMeeting) {
|
||||||
|
|||||||
+9
-4
@@ -61,7 +61,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "dq_inspect_problem-分页列表查询")
|
@AutoLog(value = "dq_inspect_problem-分页列表查询")
|
||||||
@Operation(summary="dq_inspect_problem-分页列表查询")
|
@Operation(summary="dq_inspect_problem-分页列表查询")
|
||||||
@GetMapping(value = "/rootList")
|
@GetMapping(value = "/rootList")
|
||||||
public Result<IPage<DqInspectProblem>> queryPageList(DqInspectProblem dqInspectProblem,
|
public Result<IPage<DqInspectProblem>> queryPageList(DqInspectProblem dqInspectProblem,
|
||||||
@@ -96,6 +96,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param pid
|
* @param pid
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_problem-加载树子节点")
|
||||||
@RequestMapping(value = "/loadTreeChildren", method = RequestMethod.GET)
|
@RequestMapping(value = "/loadTreeChildren", method = RequestMethod.GET)
|
||||||
public Result<List<SelectTreeModel>> loadTreeChildren(@RequestParam(name = "pid") String pid) {
|
public Result<List<SelectTreeModel>> loadTreeChildren(@RequestParam(name = "pid") String pid) {
|
||||||
Result<List<SelectTreeModel>> result = new Result<>();
|
Result<List<SelectTreeModel>> result = new Result<>();
|
||||||
@@ -118,6 +119,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param pcode
|
* @param pcode
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_problem-加载树根节点")
|
||||||
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
||||||
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
||||||
Result<List<SelectTreeModel>> result = new Result<>();
|
Result<List<SelectTreeModel>> result = new Result<>();
|
||||||
@@ -157,7 +159,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "dq_inspect_problem-获取子数据")
|
@AutoLog(value = "dq_inspect_problem-获取子数据")
|
||||||
@Operation(summary="dq_inspect_problem-获取子数据")
|
@Operation(summary="dq_inspect_problem-获取子数据")
|
||||||
@GetMapping(value = "/childList")
|
@GetMapping(value = "/childList")
|
||||||
public Result<IPage<DqInspectProblem>> queryPageList(DqInspectProblem dqInspectProblem,HttpServletRequest req) {
|
public Result<IPage<DqInspectProblem>> queryPageList(DqInspectProblem dqInspectProblem,HttpServletRequest req) {
|
||||||
@@ -175,7 +177,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param parentIds
|
* @param parentIds
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "dq_inspect_problem-批量获取子数据")
|
@AutoLog(value = "dq_inspect_problem-批量获取子数据")
|
||||||
@Operation(summary="dq_inspect_problem-批量获取子数据")
|
@Operation(summary="dq_inspect_problem-批量获取子数据")
|
||||||
@GetMapping("/getChildListBatch")
|
@GetMapping("/getChildListBatch")
|
||||||
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
||||||
@@ -199,6 +201,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param nodeType 当前节点类型
|
* @param nodeType 当前节点类型
|
||||||
* @return 父级候选树
|
* @return 父级候选树
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_problem-获取父级下拉选项")
|
||||||
@Operation(summary="dq_inspect_problem-父级候选")
|
@Operation(summary="dq_inspect_problem-父级候选")
|
||||||
@GetMapping(value = "/parentOptions")
|
@GetMapping(value = "/parentOptions")
|
||||||
public Result<List<Map<String, Object>>> parentOptions(@RequestParam(name = "nodeType") String nodeType) {
|
public Result<List<Map<String, Object>>> parentOptions(@RequestParam(name = "nodeType") String nodeType) {
|
||||||
@@ -208,6 +211,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
/**
|
/**
|
||||||
* 任务清单选择具体问题时使用,分类和面上问题仅用于分组展示,不可选择。
|
* 任务清单选择具体问题时使用,分类和面上问题仅用于分组展示,不可选择。
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_problem-获取专项下拉选项")
|
||||||
@Operation(summary="dq_inspect_problem-具体问题候选")
|
@Operation(summary="dq_inspect_problem-具体问题候选")
|
||||||
@GetMapping(value = "/specificOptions")
|
@GetMapping(value = "/specificOptions")
|
||||||
public Result<List<Map<String, Object>>> specificOptions() {
|
public Result<List<Map<String, Object>>> specificOptions() {
|
||||||
@@ -280,7 +284,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "dq_inspect_problem-通过id查询")
|
@AutoLog(value = "dq_inspect_problem-通过id查询")
|
||||||
@Operation(summary="dq_inspect_problem-通过id查询")
|
@Operation(summary="dq_inspect_problem-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DqInspectProblem> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DqInspectProblem> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -297,6 +301,7 @@ public class DqInspectProblemController extends JeecgController<DqInspectProblem
|
|||||||
* @param request
|
* @param request
|
||||||
* @param dqInspectProblem
|
* @param dqInspectProblem
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_problem-通过excel导出")
|
||||||
@RequiresPermissions("dqinspectproblem:dq_inspect_problem:exportXls")
|
@RequiresPermissions("dqinspectproblem:dq_inspect_problem:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DqInspectProblem dqInspectProblem) {
|
public ModelAndView exportXls(HttpServletRequest request, DqInspectProblem dqInspectProblem) {
|
||||||
|
|||||||
+3
@@ -56,6 +56,7 @@ public class DqInspectProgressController extends JeecgController<DqInspectProgre
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "工作进展反馈-分页列表查询")
|
||||||
@Operation(summary="工作进展反馈-分页列表查询")
|
@Operation(summary="工作进展反馈-分页列表查询")
|
||||||
@GetMapping(value = "/listDqInspectProgressByMainId")
|
@GetMapping(value = "/listDqInspectProgressByMainId")
|
||||||
public Result<IPage<DqInspectProgress>> queryPageList(DqInspectProgress dqInspectProgress,
|
public Result<IPage<DqInspectProgress>> queryPageList(DqInspectProgress dqInspectProgress,
|
||||||
@@ -130,6 +131,7 @@ public class DqInspectProgressController extends JeecgController<DqInspectProgre
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "工作进展反馈-通过id查询")
|
||||||
@Operation(summary="工作进展反馈-通过id查询")
|
@Operation(summary="工作进展反馈-通过id查询")
|
||||||
@GetMapping(value = "/queryDqInspectProgressById")
|
@GetMapping(value = "/queryDqInspectProgressById")
|
||||||
public Result<DqInspectProgress> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DqInspectProgress> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -146,6 +148,7 @@ public class DqInspectProgressController extends JeecgController<DqInspectProgre
|
|||||||
* @param request
|
* @param request
|
||||||
* @param dqInspectProgress
|
* @param dqInspectProgress
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "工作进展反馈-通过excel导出")
|
||||||
@RequestMapping(value = "/exportDqInspectProgress")
|
@RequestMapping(value = "/exportDqInspectProgress")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DqInspectProgress dqInspectProgress) {
|
public ModelAndView exportXls(HttpServletRequest request, DqInspectProgress dqInspectProgress) {
|
||||||
return super.exportXls(request, dqInspectProgress, DqInspectProgress.class, "工作进展反馈");
|
return super.exportXls(request, dqInspectProgress, DqInspectProgress.class, "工作进展反馈");
|
||||||
|
|||||||
+7
-3
@@ -72,7 +72,7 @@ public class DqInspectTaskController extends JeecgController<DqInspectTask, IDqI
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "dq_inspect_task-分页列表查询")
|
@AutoLog(value = "dq_inspect_task-分页列表查询")
|
||||||
@Operation(summary="dq_inspect_task-分页列表查询")
|
@Operation(summary="dq_inspect_task-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<DqInspectTask>> queryPageList(DqInspectTask dqInspectTask,
|
public Result<IPage<DqInspectTask>> queryPageList(DqInspectTask dqInspectTask,
|
||||||
@@ -93,6 +93,7 @@ public class DqInspectTaskController extends JeecgController<DqInspectTask, IDqI
|
|||||||
* @param pageSize
|
* @param pageSize
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_task-台账列表查询")
|
||||||
@Operation(summary="dq_inspect_task-台账分页列表查询")
|
@Operation(summary="dq_inspect_task-台账分页列表查询")
|
||||||
@GetMapping(value = "/ledgerList")
|
@GetMapping(value = "/ledgerList")
|
||||||
public Result<IPage<DqInspectTaskLedgerVo>> queryLedgerList(DqInspectTask dqInspectTask,
|
public Result<IPage<DqInspectTaskLedgerVo>> queryLedgerList(DqInspectTask dqInspectTask,
|
||||||
@@ -221,7 +222,7 @@ public class DqInspectTaskController extends JeecgController<DqInspectTask, IDqI
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "dq_inspect_task-通过id查询")
|
@AutoLog(value = "dq_inspect_task-通过id查询")
|
||||||
@Operation(summary="dq_inspect_task-通过id查询")
|
@Operation(summary="dq_inspect_task-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DqInspectTask> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DqInspectTask> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -239,7 +240,7 @@ public class DqInspectTaskController extends JeecgController<DqInspectTask, IDqI
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "工作进展反馈通过主表ID查询")
|
@AutoLog(value = "工作进展反馈通过主表ID查询")
|
||||||
@Operation(summary="工作进展反馈主表ID查询")
|
@Operation(summary="工作进展反馈主表ID查询")
|
||||||
@GetMapping(value = "/queryDqInspectProgressByMainId")
|
@GetMapping(value = "/queryDqInspectProgressByMainId")
|
||||||
public Result<List<DqInspectProgress>> queryDqInspectProgressListByMainId(@RequestParam(name="id",required=true) String id) {
|
public Result<List<DqInspectProgress>> queryDqInspectProgressListByMainId(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -253,6 +254,7 @@ public class DqInspectTaskController extends JeecgController<DqInspectTask, IDqI
|
|||||||
* @param request
|
* @param request
|
||||||
* @param dqInspectTask
|
* @param dqInspectTask
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_task-通过excel导出")
|
||||||
@RequiresPermissions("dqinspecttask:dq_inspect_task:exportXls")
|
@RequiresPermissions("dqinspecttask:dq_inspect_task:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DqInspectTask dqInspectTask) {
|
public ModelAndView exportXls(HttpServletRequest request, DqInspectTask dqInspectTask) {
|
||||||
@@ -344,6 +346,7 @@ public class DqInspectTaskController extends JeecgController<DqInspectTask, IDqI
|
|||||||
/**
|
/**
|
||||||
* 通过EasyExcel导出数据
|
* 通过EasyExcel导出数据
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_task-通过EasyExcel导出")
|
||||||
@RequiresPermissions("dqinspecttask:dq_inspect_task:exportXls")
|
@RequiresPermissions("dqinspecttask:dq_inspect_task:exportXls")
|
||||||
@GetMapping(value = "/exportXlsByEasyExcel")
|
@GetMapping(value = "/exportXlsByEasyExcel")
|
||||||
public void exportXlsByEasyExcel(HttpServletRequest request, HttpServletResponse response,
|
public void exportXlsByEasyExcel(HttpServletRequest request, HttpServletResponse response,
|
||||||
@@ -354,6 +357,7 @@ public class DqInspectTaskController extends JeecgController<DqInspectTask, IDqI
|
|||||||
/**
|
/**
|
||||||
* 仅导出Excel表头(EasyExcel)
|
* 仅导出Excel表头(EasyExcel)
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "dq_inspect_task-通过EasyExcel导出模板")
|
||||||
@RequiresPermissions("dqinspecttask:dq_inspect_task:exportXls")
|
@RequiresPermissions("dqinspecttask:dq_inspect_task:exportXls")
|
||||||
@GetMapping(value = "/exportXlsHeaders")
|
@GetMapping(value = "/exportXlsHeaders")
|
||||||
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
||||||
|
|||||||
+3
-2
@@ -61,7 +61,7 @@ public class DjPeopleServiceController extends JeecgController<DjPeopleService,
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "我为群众办实事台账-分页列表查询")
|
@AutoLog(value = "我为群众办实事台账-分页列表查询")
|
||||||
@Operation(summary="我为群众办实事台账-分页列表查询")
|
@Operation(summary="我为群众办实事台账-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<DjPeopleService>> queryPageList(DjPeopleService djPeopleService,
|
public Result<IPage<DjPeopleService>> queryPageList(DjPeopleService djPeopleService,
|
||||||
@@ -143,7 +143,7 @@ public class DjPeopleServiceController extends JeecgController<DjPeopleService,
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "我为群众办实事台账-通过id查询")
|
@AutoLog(value = "我为群众办实事台账-通过id查询")
|
||||||
@Operation(summary="我为群众办实事台账-通过id查询")
|
@Operation(summary="我为群众办实事台账-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DjPeopleService> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DjPeopleService> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -160,6 +160,7 @@ public class DjPeopleServiceController extends JeecgController<DjPeopleService,
|
|||||||
* @param request
|
* @param request
|
||||||
* @param djPeopleService
|
* @param djPeopleService
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "我为群众办实事台账-通过excel导出")
|
||||||
@RequiresPermissions("peopleService:dj_people_service:exportXls")
|
@RequiresPermissions("peopleService:dj_people_service:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DjPeopleService djPeopleService) {
|
public ModelAndView exportXls(HttpServletRequest request, DjPeopleService djPeopleService) {
|
||||||
|
|||||||
+7
-4
@@ -61,7 +61,7 @@ public class DjInspectionRectifyListController extends JeecgController<DjInspect
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党建巡视整改提升工作台账-分页列表查询")
|
@AutoLog(value = "党建巡视整改提升工作台账-分页列表查询")
|
||||||
@Operation(summary="党建巡视整改提升工作台账-分页列表查询")
|
@Operation(summary="党建巡视整改提升工作台账-分页列表查询")
|
||||||
@GetMapping(value = "/rootList")
|
@GetMapping(value = "/rootList")
|
||||||
public Result<IPage<DjInspectionRectifyList>> queryPageList(DjInspectionRectifyList djInspectionRectifyList,
|
public Result<IPage<DjInspectionRectifyList>> queryPageList(DjInspectionRectifyList djInspectionRectifyList,
|
||||||
@@ -96,6 +96,7 @@ public class DjInspectionRectifyListController extends JeecgController<DjInspect
|
|||||||
* @param pid
|
* @param pid
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党建巡视整改提升工作台账-加载树子节点")
|
||||||
@RequestMapping(value = "/loadTreeChildren", method = RequestMethod.GET)
|
@RequestMapping(value = "/loadTreeChildren", method = RequestMethod.GET)
|
||||||
public Result<List<SelectTreeModel>> loadTreeChildren(@RequestParam(name = "pid") String pid) {
|
public Result<List<SelectTreeModel>> loadTreeChildren(@RequestParam(name = "pid") String pid) {
|
||||||
Result<List<SelectTreeModel>> result = new Result<>();
|
Result<List<SelectTreeModel>> result = new Result<>();
|
||||||
@@ -118,6 +119,7 @@ public class DjInspectionRectifyListController extends JeecgController<DjInspect
|
|||||||
* @param pcode
|
* @param pcode
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党建巡视整改提升工作台账-加载树根节点")
|
||||||
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
||||||
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
||||||
Result<List<SelectTreeModel>> result = new Result<>();
|
Result<List<SelectTreeModel>> result = new Result<>();
|
||||||
@@ -157,7 +159,7 @@ public class DjInspectionRectifyListController extends JeecgController<DjInspect
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党建巡视整改提升工作台账-获取子数据")
|
@AutoLog(value = "党建巡视整改提升工作台账-获取子数据")
|
||||||
@Operation(summary="党建巡视整改提升工作台账-获取子数据")
|
@Operation(summary="党建巡视整改提升工作台账-获取子数据")
|
||||||
@GetMapping(value = "/childList")
|
@GetMapping(value = "/childList")
|
||||||
public Result<IPage<DjInspectionRectifyList>> queryPageList(DjInspectionRectifyList djInspectionRectifyList,HttpServletRequest req) {
|
public Result<IPage<DjInspectionRectifyList>> queryPageList(DjInspectionRectifyList djInspectionRectifyList,HttpServletRequest req) {
|
||||||
@@ -175,7 +177,7 @@ public class DjInspectionRectifyListController extends JeecgController<DjInspect
|
|||||||
* @param parentIds
|
* @param parentIds
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党建巡视整改提升工作台账-批量获取子数据")
|
@AutoLog(value = "党建巡视整改提升工作台账-批量获取子数据")
|
||||||
@Operation(summary="党建巡视整改提升工作台账-批量获取子数据")
|
@Operation(summary="党建巡视整改提升工作台账-批量获取子数据")
|
||||||
@GetMapping("/getChildListBatch")
|
@GetMapping("/getChildListBatch")
|
||||||
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
||||||
@@ -259,7 +261,7 @@ public class DjInspectionRectifyListController extends JeecgController<DjInspect
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "党建巡视整改提升工作台账-通过id查询")
|
@AutoLog(value = "党建巡视整改提升工作台账-通过id查询")
|
||||||
@Operation(summary="党建巡视整改提升工作台账-通过id查询")
|
@Operation(summary="党建巡视整改提升工作台账-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DjInspectionRectifyList> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DjInspectionRectifyList> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -276,6 +278,7 @@ public class DjInspectionRectifyListController extends JeecgController<DjInspect
|
|||||||
* @param request
|
* @param request
|
||||||
* @param djInspectionRectifyList
|
* @param djInspectionRectifyList
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "党建巡视整改提升工作台账-通过excel导出")
|
||||||
@RequiresPermissions("rectifylist:dj_inspection_rectify_list:exportXls")
|
@RequiresPermissions("rectifylist:dj_inspection_rectify_list:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DjInspectionRectifyList djInspectionRectifyList) {
|
public ModelAndView exportXls(HttpServletRequest request, DjInspectionRectifyList djInspectionRectifyList) {
|
||||||
|
|||||||
+3
-2
@@ -61,7 +61,7 @@ public class SupervisionTestController extends JeecgController<SupervisionTest,
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "supervision_test-分页列表查询")
|
@AutoLog(value = "supervision_test-分页列表查询")
|
||||||
@Operation(summary="supervision_test-分页列表查询")
|
@Operation(summary="supervision_test-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<SupervisionTest>> queryPageList(SupervisionTest supervisionTest,
|
public Result<IPage<SupervisionTest>> queryPageList(SupervisionTest supervisionTest,
|
||||||
@@ -143,7 +143,7 @@ public class SupervisionTestController extends JeecgController<SupervisionTest,
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "supervision_test-通过id查询")
|
@AutoLog(value = "supervision_test-通过id查询")
|
||||||
@Operation(summary="supervision_test-通过id查询")
|
@Operation(summary="supervision_test-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<SupervisionTest> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<SupervisionTest> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -160,6 +160,7 @@ public class SupervisionTestController extends JeecgController<SupervisionTest,
|
|||||||
* @param request
|
* @param request
|
||||||
* @param supervisionTest
|
* @param supervisionTest
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "supervision_test-通过excel导出")
|
||||||
@RequiresPermissions("supervisiontest:supervision_test:exportXls")
|
@RequiresPermissions("supervisiontest:supervision_test:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, SupervisionTest supervisionTest) {
|
public ModelAndView exportXls(HttpServletRequest request, SupervisionTest supervisionTest) {
|
||||||
|
|||||||
+3
-2
@@ -61,7 +61,7 @@ public class DjMeetingRecordController extends JeecgController<DjMeetingRecord,
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "统战座谈会意见台账及督办反馈-分页列表查询")
|
@AutoLog(value = "统战座谈会意见台账及督办反馈-分页列表查询")
|
||||||
@Operation(summary="统战座谈会意见台账及督办反馈-分页列表查询")
|
@Operation(summary="统战座谈会意见台账及督办反馈-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<DjMeetingRecord>> queryPageList(DjMeetingRecord djMeetingRecord,
|
public Result<IPage<DjMeetingRecord>> queryPageList(DjMeetingRecord djMeetingRecord,
|
||||||
@@ -143,7 +143,7 @@ public class DjMeetingRecordController extends JeecgController<DjMeetingRecord,
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "统战座谈会意见台账及督办反馈-通过id查询")
|
@AutoLog(value = "统战座谈会意见台账及督办反馈-通过id查询")
|
||||||
@Operation(summary="统战座谈会意见台账及督办反馈-通过id查询")
|
@Operation(summary="统战座谈会意见台账及督办反馈-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DjMeetingRecord> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DjMeetingRecord> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -160,6 +160,7 @@ public class DjMeetingRecordController extends JeecgController<DjMeetingRecord,
|
|||||||
* @param request
|
* @param request
|
||||||
* @param djMeetingRecord
|
* @param djMeetingRecord
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "统战座谈会意见台账及督办反馈-通过excel导出")
|
||||||
@RequiresPermissions("tzMetting:dj_meeting_record:exportXls")
|
@RequiresPermissions("tzMetting:dj_meeting_record:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DjMeetingRecord djMeetingRecord) {
|
public ModelAndView exportXls(HttpServletRequest request, DjMeetingRecord djMeetingRecord) {
|
||||||
|
|||||||
+9
-4
@@ -64,7 +64,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "巡视整改台账-分页列表查询")
|
@AutoLog(value = "巡视整改台账-分页列表查询")
|
||||||
@Operation(summary="巡视整改台账-分页列表查询")
|
@Operation(summary="巡视整改台账-分页列表查询")
|
||||||
@GetMapping(value = "/rootList")
|
@GetMapping(value = "/rootList")
|
||||||
public Result<IPage<DjInspectImprove>> queryPageList(DjInspectImprove djInspectImprove,
|
public Result<IPage<DjInspectImprove>> queryPageList(DjInspectImprove djInspectImprove,
|
||||||
@@ -99,6 +99,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
* @param pid
|
* @param pid
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "巡视整改台账-加载树子节点")
|
||||||
@RequestMapping(value = "/loadTreeChildren", method = RequestMethod.GET)
|
@RequestMapping(value = "/loadTreeChildren", method = RequestMethod.GET)
|
||||||
public Result<List<SelectTreeModel>> loadTreeChildren(@RequestParam(name = "pid") String pid) {
|
public Result<List<SelectTreeModel>> loadTreeChildren(@RequestParam(name = "pid") String pid) {
|
||||||
Result<List<SelectTreeModel>> result = new Result<>();
|
Result<List<SelectTreeModel>> result = new Result<>();
|
||||||
@@ -121,6 +122,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
* @param pcode
|
* @param pcode
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "巡视整改台账-加载树根节点")
|
||||||
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
@RequestMapping(value = "/loadTreeRoot", method = RequestMethod.GET)
|
||||||
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
public Result<List<SelectTreeModel>> loadTreeRoot(@RequestParam(name = "async") Boolean async, @RequestParam(name = "pcode") String pcode) {
|
||||||
Result<List<SelectTreeModel>> result = new Result<>();
|
Result<List<SelectTreeModel>> result = new Result<>();
|
||||||
@@ -160,7 +162,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "巡视整改台账-获取子数据")
|
@AutoLog(value = "巡视整改台账-获取子数据")
|
||||||
@Operation(summary="巡视整改台账-获取子数据")
|
@Operation(summary="巡视整改台账-获取子数据")
|
||||||
@GetMapping(value = "/childList")
|
@GetMapping(value = "/childList")
|
||||||
public Result<IPage<DjInspectImprove>> queryPageList(DjInspectImprove djInspectImprove,HttpServletRequest req) {
|
public Result<IPage<DjInspectImprove>> queryPageList(DjInspectImprove djInspectImprove,HttpServletRequest req) {
|
||||||
@@ -178,7 +180,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
* @param parentIds
|
* @param parentIds
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "巡视整改台账-批量获取子数据")
|
@AutoLog(value = "巡视整改台账-批量获取子数据")
|
||||||
@Operation(summary="巡视整改台账-批量获取子数据")
|
@Operation(summary="巡视整改台账-批量获取子数据")
|
||||||
@GetMapping("/getChildListBatch")
|
@GetMapping("/getChildListBatch")
|
||||||
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
public Result getChildListBatch(@RequestParam("parentIds") String parentIds) {
|
||||||
@@ -262,7 +264,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "巡视整改台账-通过id查询")
|
@AutoLog(value = "巡视整改台账-通过id查询")
|
||||||
@Operation(summary="巡视整改台账-通过id查询")
|
@Operation(summary="巡视整改台账-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<DjInspectImprove> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<DjInspectImprove> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -279,6 +281,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
* @param request
|
* @param request
|
||||||
* @param djInspectImprove
|
* @param djInspectImprove
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "巡视整改台账-通过excel导出")
|
||||||
@RequiresPermissions("dj.inspectimprove:dj_inspect_improve:exportXls")
|
@RequiresPermissions("dj.inspectimprove:dj_inspect_improve:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, DjInspectImprove djInspectImprove) {
|
public ModelAndView exportXls(HttpServletRequest request, DjInspectImprove djInspectImprove) {
|
||||||
@@ -303,6 +306,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
/**
|
/**
|
||||||
* 仅导出Excel表头(EasyExcel)
|
* 仅导出Excel表头(EasyExcel)
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "巡视整改台账-通过EasyExcel导出模板")
|
||||||
@RequiresPermissions("dj.inspectimprove:dj_inspect_improve:exportXls")
|
@RequiresPermissions("dj.inspectimprove:dj_inspect_improve:exportXls")
|
||||||
@GetMapping(value = "/exportXlsHeaders")
|
@GetMapping(value = "/exportXlsHeaders")
|
||||||
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
public void exportXlsHeaders(HttpServletResponse response) throws IOException {
|
||||||
@@ -326,6 +330,7 @@ public class DjInspectImproveController extends JeecgController<DjInspectImprove
|
|||||||
/**
|
/**
|
||||||
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
* 通过EasyExcel校验数据,只返回校验结果,不保存到数据库
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "巡视整改台账-通过EasyExcel校验导入")
|
||||||
@RequiresPermissions("dj.inspectimprove:dj_inspect_improve:importExcel")
|
@RequiresPermissions("dj.inspectimprove:dj_inspect_improve:importExcel")
|
||||||
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
@RequestMapping(value = "/checkExcelByEasyExcel", method = RequestMethod.POST)
|
||||||
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
public Result<?> checkExcelByEasyExcel(HttpServletRequest request) {
|
||||||
|
|||||||
+8
-4
@@ -86,7 +86,7 @@ public class ImprovementProposalController {
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "improvement_proposal-分页列表查询")
|
@AutoLog(value = "improvement_proposal-分页列表查询")
|
||||||
@Operation(summary="improvement_proposal-分页列表查询")
|
@Operation(summary="improvement_proposal-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<ImprovementProposal>> queryPageList(ImprovementProposal improvementProposal,
|
public Result<IPage<ImprovementProposal>> queryPageList(ImprovementProposal improvementProposal,
|
||||||
@@ -131,6 +131,7 @@ public class ImprovementProposalController {
|
|||||||
/**
|
/**
|
||||||
* 获取当前登录用户可作为改善提案归属的业务部门。
|
* 获取当前登录用户可作为改善提案归属的业务部门。
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "improvement_proposal-获取我的提案部门")
|
||||||
@GetMapping(value = "/myProposalDepartments")
|
@GetMapping(value = "/myProposalDepartments")
|
||||||
@RequiresPermissions("improvementproposal:improvement_proposal:add")
|
@RequiresPermissions("improvementproposal:improvement_proposal:add")
|
||||||
public Result<List<ImprovementProposalDepartmentDTO>> getMyProposalDepartments() {
|
public Result<List<ImprovementProposalDepartmentDTO>> getMyProposalDepartments() {
|
||||||
@@ -206,6 +207,7 @@ public class ImprovementProposalController {
|
|||||||
return handleBpmAction(() -> improvementProposalService.saveInitialReview(action, currentUser()));
|
return handleBpmAction(() -> improvementProposalService.saveInitialReview(action, currentUser()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "improvement_proposal-获取部门评分")
|
||||||
@GetMapping(value = "/bpm/myDeptScore")
|
@GetMapping(value = "/bpm/myDeptScore")
|
||||||
@Operation(summary = "查询当前部门评委个人评分")
|
@Operation(summary = "查询当前部门评委个人评分")
|
||||||
public Result<ImprovementDeptScore> getMyDeptScore(@RequestParam String mainId, @RequestParam String processInstanceId,
|
public Result<ImprovementDeptScore> getMyDeptScore(@RequestParam String mainId, @RequestParam String processInstanceId,
|
||||||
@@ -242,6 +244,7 @@ public class ImprovementProposalController {
|
|||||||
return handleBpmAction(() -> improvementProposalService.saveLeaderAward(action, currentUser()));
|
return handleBpmAction(() -> improvementProposalService.saveLeaderAward(action, currentUser()));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "improvement_proposal-获取所级评议投票候选人")
|
||||||
@GetMapping(value = "/bpm/instituteVoteCandidates")
|
@GetMapping(value = "/bpm/instituteVoteCandidates")
|
||||||
@Operation(summary = "查询所级评议投票候选人")
|
@Operation(summary = "查询所级评议投票候选人")
|
||||||
public Result<List<ImprovementInstituteVoteCandidateDTO>> getInstituteVoteCandidates(@RequestParam String mainId,
|
public Result<List<ImprovementInstituteVoteCandidateDTO>> getInstituteVoteCandidates(@RequestParam String mainId,
|
||||||
@@ -414,7 +417,7 @@ public class ImprovementProposalController {
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "improvement_proposal-通过id查询")
|
@AutoLog(value = "improvement_proposal-通过id查询")
|
||||||
@Operation(summary="improvement_proposal-通过id查询")
|
@Operation(summary="improvement_proposal-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<ImprovementProposal> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<ImprovementProposal> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -432,7 +435,7 @@ public class ImprovementProposalController {
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "部门评议评分表通过主表ID查询")
|
@AutoLog(value = "部门评议评分表通过主表ID查询")
|
||||||
@Operation(summary="部门评议评分表主表ID查询")
|
@Operation(summary="部门评议评分表主表ID查询")
|
||||||
@GetMapping(value = "/queryImprovementDeptScoreByMainId")
|
@GetMapping(value = "/queryImprovementDeptScoreByMainId")
|
||||||
public Result<List<ImprovementDeptScore>> queryImprovementDeptScoreListByMainId(@RequestParam(name="id",required=true) String id) {
|
public Result<List<ImprovementDeptScore>> queryImprovementDeptScoreListByMainId(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -445,7 +448,7 @@ public class ImprovementProposalController {
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "所级评议投票表通过主表ID查询")
|
@AutoLog(value = "所级评议投票表通过主表ID查询")
|
||||||
@Operation(summary="所级评议投票表主表ID查询")
|
@Operation(summary="所级评议投票表主表ID查询")
|
||||||
@GetMapping(value = "/queryImprovementInstituteVoteByMainId")
|
@GetMapping(value = "/queryImprovementInstituteVoteByMainId")
|
||||||
public Result<List<ImprovementInstituteVote>> queryImprovementInstituteVoteListByMainId(@RequestParam(name="id",required=true) String id) {
|
public Result<List<ImprovementInstituteVote>> queryImprovementInstituteVoteListByMainId(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -467,6 +470,7 @@ public class ImprovementProposalController {
|
|||||||
* @param request
|
* @param request
|
||||||
* @param improvementProposal
|
* @param improvementProposal
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "improvement_proposal-通过excel导出")
|
||||||
@RequiresPermissions("improvementproposal:improvement_proposal:exportXls")
|
@RequiresPermissions("improvementproposal:improvement_proposal:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, ImprovementProposal improvementProposal) {
|
public ModelAndView exportXls(HttpServletRequest request, ImprovementProposal improvementProposal) {
|
||||||
|
|||||||
+6
-5
@@ -85,7 +85,7 @@ public class TaskListController {
|
|||||||
* @param req
|
* @param req
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "任务清单表-分页列表查询")
|
@AutoLog(value = "任务清单表-分页列表查询")
|
||||||
@Operation(summary="任务清单表-分页列表查询")
|
@Operation(summary="任务清单表-分页列表查询")
|
||||||
@GetMapping(value = "/list")
|
@GetMapping(value = "/list")
|
||||||
public Result<IPage<TaskList>> queryPageList(TaskList taskList,
|
public Result<IPage<TaskList>> queryPageList(TaskList taskList,
|
||||||
@@ -172,7 +172,7 @@ public class TaskListController {
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "任务清单表-通过id查询")
|
@AutoLog(value = "任务清单表-通过id查询")
|
||||||
@Operation(summary="任务清单表-通过id查询")
|
@Operation(summary="任务清单表-通过id查询")
|
||||||
@GetMapping(value = "/queryById")
|
@GetMapping(value = "/queryById")
|
||||||
public Result<TaskList> queryById(@RequestParam(name="id",required=true) String id) {
|
public Result<TaskList> queryById(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -423,7 +423,7 @@ public class TaskListController {
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "任务清单详情表通过主表ID查询")
|
@AutoLog(value = "任务清单详情表通过主表ID查询")
|
||||||
@Operation(summary="任务清单详情表主表ID查询")
|
@Operation(summary="任务清单详情表主表ID查询")
|
||||||
@GetMapping(value = "/queryTaskListDetialByMainId")
|
@GetMapping(value = "/queryTaskListDetialByMainId")
|
||||||
public Result<List<TaskListDetial>> queryTaskListDetialListByMainId(@RequestParam(name="id",required=true) String id) {
|
public Result<List<TaskListDetial>> queryTaskListDetialListByMainId(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -436,7 +436,7 @@ public class TaskListController {
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "任务清单权限表通过主表ID查询")
|
@AutoLog(value = "任务清单权限表通过主表ID查询")
|
||||||
@Operation(summary="任务清单权限表主表ID查询")
|
@Operation(summary="任务清单权限表主表ID查询")
|
||||||
@GetMapping(value = "/queryTaskListPermissionByMainId")
|
@GetMapping(value = "/queryTaskListPermissionByMainId")
|
||||||
public Result<List<TaskListPermission>> queryTaskListPermissionListByMainId(@RequestParam(name="id",required=true) String id) {
|
public Result<List<TaskListPermission>> queryTaskListPermissionListByMainId(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -449,7 +449,7 @@ public class TaskListController {
|
|||||||
* @param id
|
* @param id
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
//@AutoLog(value = "任务清单收藏表通过主表ID查询")
|
@AutoLog(value = "任务清单收藏表通过主表ID查询")
|
||||||
@Operation(summary="任务清单收藏表主表ID查询")
|
@Operation(summary="任务清单收藏表主表ID查询")
|
||||||
@GetMapping(value = "/queryTaskListFavoriteByMainId")
|
@GetMapping(value = "/queryTaskListFavoriteByMainId")
|
||||||
public Result<List<TaskListFavorite>> queryTaskListFavoriteListByMainId(@RequestParam(name="id",required=true) String id) {
|
public Result<List<TaskListFavorite>> queryTaskListFavoriteListByMainId(@RequestParam(name="id",required=true) String id) {
|
||||||
@@ -463,6 +463,7 @@ public class TaskListController {
|
|||||||
* @param request
|
* @param request
|
||||||
* @param taskList
|
* @param taskList
|
||||||
*/
|
*/
|
||||||
|
@AutoLog(value = "任务清单表-通过excel导出")
|
||||||
@RequiresPermissions("tasklist:task_list:exportXls")
|
@RequiresPermissions("tasklist:task_list:exportXls")
|
||||||
@RequestMapping(value = "/exportXls")
|
@RequestMapping(value = "/exportXls")
|
||||||
public ModelAndView exportXls(HttpServletRequest request, TaskList taskList) {
|
public ModelAndView exportXls(HttpServletRequest request, TaskList taskList) {
|
||||||
|
|||||||
+3
@@ -57,12 +57,14 @@ public class TaskListDetialController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "任务清单详情表-通过主表ID查询")
|
||||||
@GetMapping(value = "/listByMainId")
|
@GetMapping(value = "/listByMainId")
|
||||||
public Result<List<TaskListDetial>> listByMainId(@RequestParam(name = "mainId") String mainId) {
|
public Result<List<TaskListDetial>> listByMainId(@RequestParam(name = "mainId") String mainId) {
|
||||||
List<TaskListDetial> list = taskListDetialService.queryTopLevelByMainId(mainId);
|
List<TaskListDetial> list = taskListDetialService.queryTopLevelByMainId(mainId);
|
||||||
return Result.OK(list);
|
return Result.OK(list);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "任务清单详情表-通过主表ID查询全部")
|
||||||
@GetMapping(value = "/listAllByMainId")
|
@GetMapping(value = "/listAllByMainId")
|
||||||
public Result<List<TaskListDetial>> listAllByMainId(
|
public Result<List<TaskListDetial>> listAllByMainId(
|
||||||
@RequestParam(name = "mainId") String mainId) {
|
@RequestParam(name = "mainId") String mainId) {
|
||||||
@@ -135,6 +137,7 @@ public class TaskListDetialController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AutoLog(value = "任务清单详情表-加载子任务")
|
||||||
@GetMapping(value = "/loadSubTasks")
|
@GetMapping(value = "/loadSubTasks")
|
||||||
public Result<List<TaskListDetial>> loadSubTasks(
|
public Result<List<TaskListDetial>> loadSubTasks(
|
||||||
@RequestParam(name = "parentTaskId") String parentTaskId,
|
@RequestParam(name = "parentTaskId") String parentTaskId,
|
||||||
|
|||||||
Reference in New Issue
Block a user