@@ -4287,7 +4287,7 @@ public class MusicGroupServiceImpl extends BaseServiceImpl<String, MusicGroup> i
continue;
}
JSONObject objectMap = new JSONObject();
- valueIsNull: for (String s : row.keySet()) {
+ for (String s : row.keySet()) {
String columnValue = columns.get(s);
if (StringUtils.isEmpty(columnValue)) {