Commit 7789b096 by 徐高华

Merge branch 'feature/xgh/202506迭代' into 'developer'

bug

See merge request !3050
parents a53db698 5bbd2e24
......@@ -1153,7 +1153,7 @@ public class GroupChatServiceImpl implements GroupChatService {
}
}
}
item.setStoreNames(String.join(",", storeNameList));
item.setStoreNames(String.join("", storeNameList));
}
}
return retPage;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment