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