| | |
| | | } |
| | | } |
| | | |
| | | String tableNameByMenu = menuMappingService.getTableNameByMenu(assemble.getMenuId()); |
| | | boolean canAct = maintainService.getCanAct(tableNameByMenu); |
| | | if (!canAct) { |
| | | XxlJobLogger.log("当前有流程正在运行,暂时无法汇集下次数据"); |
| | | assemble.setPreMsg("当前有流程正在运行,暂时无法汇集下次数据"); |
| | | assemble.updateById(); |
| | | return Result.error(new CodeMsg(6009,"当前有流程正在运行,暂时无法汇集下次数据")); |
| | | } |
| | | |
| | | Boolean bigData = assemble.getBigdata(); |
| | | Date scheduleDate = new Date(); |
| | | XxlJobLogger.log("log info: start assemble"); |
| | |
| | | |
| | | private Result checkTempData(SysAssemble assemble) { |
| | | try { |
| | | |
| | | |
| | | SysAssembleCheckType checkType = assemble.getCheckType(); |
| | | if (checkType == null) { |
| | | return Result.error(new CodeMsg(6009, "规则校验类型为空")); |