利元亨需求直接创建任务

This commit is contained in:
weibl
2026-01-29 17:51:00 +08:00
parent 26e65709fc
commit 9ef21df7a9

View File

@@ -354,6 +354,8 @@ const createDemandApiFun = async (fromData: any) => {
...fromData,
demandStatus: '0',
// 是否走利元亨创建需求直接创建任务逻辑
isLyric: enableConfigByTenant([TENANT_ENUM.LYRIC]),
};
const res: any = await addDemandApi(params);
if (res.code === 200) {