update - 增加修复数据的 SQL

This commit is contained in:
wangli 2024-03-04 13:52:36 +08:00
parent 329c4dc63f
commit 2a5e7f16eb
2 changed files with 6 additions and 1 deletions

View File

@ -4,3 +4,8 @@ VALUES ('yoke', '1.3.0-SNAPSHOT', '2024-02-19 16:30:19', '2024-02-19 16:30:19',
update ext_ax_dict
set value = id
where type = 'bpm_model_category';
update act_re_procdef
set `CATEGORY_` = '4',
`KEY_` = '4',
`TENANT_ID_` = '242'
where `ID_` = '4:1:3d27957f-6c03-11ee-9b0c-02550a0001f4';

View File

@ -56,7 +56,7 @@ spring:
cloud:
nacos:
config:
server-addr: ${NACOS_HOST:https://test-nacos.axzo.cn}:${NACOS_PORT:443pp}
server-addr: ${NACOS_HOST:https://test-nacos.axzo.cn}:${NACOS_PORT:443}
file-extension: yaml
namespace: ${NACOS_NAMESPACE_ID:f3c0f0d2-bac4-4498-bee7-9c3636b3afdf}