|
@@ -63,9 +63,7 @@ public class DifyService {
|
|
|
|
|
|
public void saveHtmlCode(HtmlCode htmlCode) {
|
|
public void saveHtmlCode(HtmlCode htmlCode) {
|
|
long userId = ContextUtils.getUserContext().getUserId();
|
|
long userId = ContextUtils.getUserContext().getUserId();
|
|
- String simpleUUID = UUID.randomUUID().toString().replace("-", "");
|
|
|
|
htmlCode.setUserId(userId);
|
|
htmlCode.setUserId(userId);
|
|
- htmlCode.setSimpleUUID(simpleUUID);
|
|
|
|
htmlCodeDao.save(htmlCode);
|
|
htmlCodeDao.save(htmlCode);
|
|
}
|
|
}
|
|
|
|
|