Commit 2b1c2a28 by weiyudumei

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

parent 1167cf39
......@@ -828,7 +828,7 @@ export const TacticsChat: React.FC = () => {
}
else {
await handleSubmitQuestion(undefined, undefined, undefined, {
busiType: '03',
busiType: '02',
recordType: 'A01',
includeQuestion: false,
includeTacticsMeta: true,
......@@ -973,7 +973,7 @@ export const TacticsChat: React.FC = () => {
undefined,
undefined,
{
busiType: '03',
busiType: '02',
recordType: 'A01',
includeQuestion: false,
includeTacticsMeta: true,
......@@ -1101,7 +1101,7 @@ export const TacticsChat: React.FC = () => {
productCode,
undefined,
{
busiType: '03',
busiType: '02',
recordType: 'A01',
includeQuestion: true,
includeTacticsMeta: true,
......@@ -1303,7 +1303,7 @@ export const TacticsChat: React.FC = () => {
undefined,
undefined,
{
busiType: '03',
busiType: '02',
recordType: 'A01',
includeQuestion: 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