叶松
2023-11-21 941acbc163c1ff246ae2eef4d6cc3ede842c0857
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);
   }