郑根木 há 2 anos
ascendente
cometimento
54ec9b90cc
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      smtweb-framework/core/src/main/java/cc/smtweb/framework/core/db/EntityHelper.java

+ 1
- 1
smtweb-framework/core/src/main/java/cc/smtweb/framework/core/db/EntityHelper.java Ver ficheiro

@@ -184,7 +184,7 @@ public class EntityHelper {
} else {
List<Long> list = mapIds.computeIfAbsent(l.getLinkTable().getName(), k -> new ArrayList<>());
for (String id : ids) {
list.add(Long.parseLong(id));
list.add(NumberUtil.getLongIgnoreErr(id));
}
}
}


Carregando…
Cancelar
Guardar