We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e9a9f commit fc60ba4Copy full SHA for fc60ba4
backend/src/main/java/io/dataease/service/datasource/DatasourceService.java
@@ -663,7 +663,7 @@ public void updateDemoDs() {
663
mysqlConfiguration.setUsername(env.getProperty("spring.datasource.username"));
664
mysqlConfiguration.setPassword(env.getProperty("spring.datasource.password"));
665
datasource.setConfiguration(new Gson().toJson(mysqlConfiguration));
666
- datasourceMapper.updateByPrimaryKey(datasource);
+ datasourceMapper.updateByPrimaryKeyWithBLOBs(datasource);
667
}
668
669
0 commit comments