|
@@ -398,12 +398,12 @@ public class KuaishouHostingTaskServiceImpl extends ServiceImpl<KuaishouHostingT
|
|
|
hostingTaskMapper.updateInfoById(task.getId(), projectId, campaignId, 3, "创建成功");
|
|
|
} else {
|
|
|
log.error("智能托管创建失败,accountId:{},入参:{},返回:{}", task.getAccountId(), requestJson, hosting);
|
|
|
- hostingTaskMapper.updateStatusById(task.getId(), 3, hosting.getString("message"));
|
|
|
+ hostingTaskMapper.updateStatusById(task.getId(), 4, hosting.getString("message"));
|
|
|
}
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
- hostingTaskMapper.updateStatusById(id, 3, e.getMessage());
|
|
|
+ hostingTaskMapper.updateStatusById(id, 4, e.getMessage());
|
|
|
}
|
|
|
}
|
|
|
|