张晓波
2023-12-12 d3e6773ef7cd0e11a444b41ec3da15938fabd85b
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);
   }