Commit 2b1c2a28 by weiyudumei

fix: 将所有策略场景的busiType从03统一改为02

parent 1167cf39
...@@ -828,7 +828,7 @@ export const TacticsChat: React.FC = () => { ...@@ -828,7 +828,7 @@ export const TacticsChat: React.FC = () => {
} }
else { else {
await handleSubmitQuestion(undefined, undefined, undefined, { await handleSubmitQuestion(undefined, undefined, undefined, {
busiType: '03', busiType: '02',
recordType: 'A01', recordType: 'A01',
includeQuestion: false, includeQuestion: false,
includeTacticsMeta: true, includeTacticsMeta: true,
...@@ -973,7 +973,7 @@ export const TacticsChat: React.FC = () => { ...@@ -973,7 +973,7 @@ export const TacticsChat: React.FC = () => {
undefined, undefined,
undefined, undefined,
{ {
busiType: '03', busiType: '02',
recordType: 'A01', recordType: 'A01',
includeQuestion: false, includeQuestion: false,
includeTacticsMeta: true, includeTacticsMeta: true,
...@@ -1101,7 +1101,7 @@ export const TacticsChat: React.FC = () => { ...@@ -1101,7 +1101,7 @@ export const TacticsChat: React.FC = () => {
productCode, productCode,
undefined, undefined,
{ {
busiType: '03', busiType: '02',
recordType: 'A01', recordType: 'A01',
includeQuestion: true, includeQuestion: true,
includeTacticsMeta: true, includeTacticsMeta: true,
...@@ -1303,7 +1303,7 @@ export const TacticsChat: React.FC = () => { ...@@ -1303,7 +1303,7 @@ export const TacticsChat: React.FC = () => {
undefined, undefined,
undefined, undefined,
{ {
busiType: '03', busiType: '02',
recordType: 'A01', recordType: 'A01',
includeQuestion: true, includeQuestion: true,
includeTacticsMeta: true, includeTacticsMeta: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment