wu
2023-10-24 1c26bd4ac7453b5f4a29f0e428893b5247a8fde8
springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java
@@ -107,4 +107,7 @@
  @Select("select count(*) from storage_cage where glass_id=#{glassId}")
  short SelectStorageByGlassId(String glassId);
  @Select("select * from glass where orderid=#{orderid}")
  List<Glass> SelectGlass(String orderid);
}