邱宇豪
2023-11-27 f802a6876c8a86ffae9547ed5fea15df15c303f8
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/suMaterialWarehouse/controller/SuMaterialWarehouseController.java
@@ -56,7 +56,7 @@
    * @return
    */
   @GetMapping("selectInfo")
   BasicResult selectInfo(@RequestParam Integer id){
   BasicResult selectInfo(@RequestParam String id){
      return this.service.selectInfo(id);
   }