|
@@ -61,10 +61,11 @@ public class DifyService {
|
|
|
return difyWorkFlowDao.getList(difyWorkFlow);
|
|
|
}
|
|
|
|
|
|
- public void saveHtmlCode(HtmlCode htmlCode) {
|
|
|
+ public HtmlCode saveHtmlCode(HtmlCode htmlCode) {
|
|
|
long userId = ContextUtils.getUserContext().getUserId();
|
|
|
htmlCode.setUserId(userId);
|
|
|
htmlCodeDao.save(htmlCode);
|
|
|
+ return htmlCode;
|
|
|
}
|
|
|
|
|
|
public void updateHtmlCode(HtmlCode htmlCode) {
|