wu
2023-10-30 bd8abc24af2e6775a6a6ca72de2162065346aab9
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);
}