Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
9
SQL/202511/20251112/z_exec_last.sql
Normal file
9
SQL/202511/20251112/z_exec_last.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
update "LOWCODE_FRAME"."LOWCODE_DBFORM"
|
||||
set IS_DB_SYNC='N'
|
||||
where TABLE_NAME in ('lc_confined_space_operation',
|
||||
'lc_fire_operation', 'lc_high_operation',
|
||||
'lc_item_result', 'lc_land_operation',
|
||||
'lc_lifting_operation', 'lc_outside_person',
|
||||
'lc_risk_hazard_manage', 'lc_risk_identify_assessment',
|
||||
'lc_temporary_power_operation', 'lc_todo_request_info',
|
||||
'lc_work_item');
|
||||
@@ -33,8 +33,8 @@ spring:
|
||||
# Redis 配置。Redisson 默认的配置足够使用,一般不需要进行调优
|
||||
redis:
|
||||
host: redis # 地址
|
||||
# port: 6379 # 端口
|
||||
# database: 10 # 数据库索引
|
||||
port: 6379 # 端口
|
||||
database: 0 # 数据库索引
|
||||
# password: 123456 # 密码,建议生产环境开启
|
||||
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ import com.baomidou.dynamic.datasource.annotation.Master;
|
||||
import com.baomidou.mybatisplus.core.metadata.IPage;
|
||||
import com.jeelowcode.framework.tenant.annotation.JeeLowCodeTenantIgnore;
|
||||
import org.apache.ibatis.annotations.*;
|
||||
import org.apache.ibatis.mapping.StatementType;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
package com.jeelowcode.service.bpm.controller;
|
||||
|
||||
import com.jeelowcode.core.framework.controller.BaseController;
|
||||
import com.jeelowcode.core.framework.enums.ApproveStatusEnum;
|
||||
import com.jeelowcode.framework.utils.model.ResultDataModel;
|
||||
import com.jeelowcode.framework.utils.tool.CollectionUtil;
|
||||
import com.jeelowcode.framework.utils.tool.NumberUtil;
|
||||
import com.jeelowcode.service.bpm.controller.vo.instance.*;
|
||||
import com.jeelowcode.service.bpm.controller.vo.process.BpmProcessDefinitionRespVO;
|
||||
import com.jeelowcode.service.bpm.service.IBpmProcessInstanceService;
|
||||
import com.jeelowcode.tool.framework.common.pojo.CommonResult;
|
||||
import com.jeelowcode.tool.framework.common.pojo.PageResult;
|
||||
@@ -19,9 +16,7 @@ import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import javax.validation.Valid;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Objects;
|
||||
|
||||
import static com.jeelowcode.tool.framework.common.pojo.CommonResult.success;
|
||||
@@ -65,7 +60,6 @@ public class BpmProcessInstanceController extends BaseController {
|
||||
}
|
||||
|
||||
|
||||
|
||||
@PostMapping("/createV2")
|
||||
@Operation(tags = "流程管理", summary = "新建流程实例(自定义流程发起使用)")
|
||||
@PreAuthorize("@ss.hasPermission('bpm:process-instance:query')")
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user