wang1
2023-07-13 b921e333300a26393291ffac44e9d9a2ed2d92ed
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;
   }