叶松
2023-12-04 e9f058460ddc0205dbd17a31f943d8d96c85d600
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);
   }