田源
2023-06-27 ec1d5f8469e9fbc9acea80b2c4a8ea8a1eb4f6f8
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/service/impl/CombinationServiceImpl.java
@@ -110,7 +110,9 @@
    */
   @Override
   public List<Map<String, Object>> selectMaps() {
      List<Map<String, Object>> maps = listMaps(new QueryWrapper<Combination>().select("ID", "NAME"));
      List<Map<String, Object>> maps = listMaps(
         new QueryWrapper<Combination>().lambda().select(Combination::getId, Combination::getName)
      );
      return maps;
   }