mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-09 02:46:50 +08:00
我的收藏
This commit is contained in:
@@ -293,9 +293,9 @@ public class FavoritesServiceImpl implements IFavoritesService{
|
||||
if(!noteList.isEmpty()){
|
||||
StringBuilder ids=new StringBuilder();
|
||||
for (String s:noteList) {
|
||||
ids.append("'");
|
||||
// ids.append("'");
|
||||
ids.append(s);
|
||||
ids.append("'");
|
||||
// ids.append("'");
|
||||
ids.append(",");
|
||||
}
|
||||
ids.deleteCharAt(ids.length()-1);
|
||||
|
||||
Reference in New Issue
Block a user