叶松
2023-11-29 3707ace2281019ed0421b59674fc549020239903
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);
   }