|
@@ -393,7 +393,7 @@ public class AlgorithmService implements IAlgorithmService {
|
|
|
String answer = answerJson.getStr("answer");
|
|
|
QaHistoryBo qaHistoryBo = new QaHistoryBo();
|
|
|
qaHistoryBo.setAnswer(answer);
|
|
|
- if(StrUtil.isNotBlank(ossId)) {
|
|
|
+ if (StrUtil.isNotBlank(ossId)) {
|
|
|
qaHistoryBo.setOssId(Long.valueOf(ossId));
|
|
|
}
|
|
|
qaHistoryBo.setUserId(userId);
|