修改应用中心模板显示问题
This commit is contained in:
parent
94f50d9935
commit
73d7477175
@ -112,6 +112,7 @@ public class ApplicationServiceImpl implements ApplicationService {
|
||||
validateApplicationExists(updateReqVO.getId());
|
||||
// 更新
|
||||
ApplicationDO updateObj = BeanUtils.toBean(updateReqVO, ApplicationDO.class);
|
||||
updateObj.setPrompt(updateReqVO.getSystemPrompt());
|
||||
applicationMapper.updateById(updateObj);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user