增加App与Topic自动化审批开关

This commit is contained in:
zengqiao
2021-04-28 10:48:17 +08:00
parent fe5cf2d922
commit 65e3782b2e
4 changed files with 16 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ import java.util.stream.Collectors;
@Api(tags = "开放接口-Broker相关接口(REST)")
@RestController
@RequestMapping(ApiPrefix.API_V1_THIRD_PART_OP_PREFIX)
public class ThirdPartOpBrokerController {
public class ThirdPartBrokerController {
@Autowired
private BrokerService brokerService;

View File

@@ -46,6 +46,9 @@ custom:
task:
op:
sync-topic-enabled: false # 未落盘的Topic定期同步到DB中
order-auto-exec: # 工单自动化审批线程的开关
topic-enabled: false # Topic工单自动化审批开关, false:关闭自动化审批, true:开启
app-enabled: false # App工单自动化审批开关, false:关闭自动化审批, true:开启
account:
ldap: