Merge branch 'dev/dev' into dev/dev_xp
# Conflicts: # src/main/java/com/ai/da/service/impl/ChatRobotServiceImpl.java
This commit is contained in:
@@ -217,7 +217,10 @@ public class MyTaskScheduler {
|
||||
String directoryPath = "C:\\Users\\10233\\Downloads\\blouse done\\blouse done\\废土风";
|
||||
List<String> fileNames = getFileNames(directoryPath);
|
||||
for (String fileName : fileNames) {
|
||||
|
||||
String tableName = "female_top";
|
||||
String style = "feitufeng";
|
||||
Long idByFileName = attributeRetrievalMapper.getIdByFileName(fileName, tableName);
|
||||
attributeRetrievalMapper.updateStyleById(idByFileName, style, tableName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user