1. 添加model_atomic_index更新语句

jinan_dev
xueqingkun 5 months ago
parent ad9662bf51
commit 3f45aaaf9d

@ -65,4 +65,6 @@ create table audit_log
create index audit_log_record_type_index
on audit_log (record_type);
create index audit_log_user_id_index
on audit_log (user_id);
on audit_log (user_id);
UPDATE model_atomic_index SET query_lang = 'select * from note_record where case_id = #{caseId} and role = \'4\';' WHERE id = '2d678232-3ea7-4bad-a7e3-875eb2aa9242';

@ -24,7 +24,7 @@ server:
context-path: /fu-hsi-server
case:
evidence:
table: case_evidence
table: case_evidence,note_record
fu-hsi-config:
case-analysis-method: new
thread-pool:

Loading…
Cancel
Save