张磊磊
2023-12-08 5357fcd46f03e4b0c4ec9402d9c4fe561ffd2ce6
hd/pipe/materialsManage/src/main/java/com/thhy/materials/modules/biz/embedment/controller/SysInventoryManagementController.java
@@ -41,7 +41,7 @@
    * @return
    */
   @PostMapping("/alarmSet")
   public BasicResult alarmSet(EmbedmentGoodsDto embedmentGoodsDto){
   public BasicResult alarmSet(@RequestBody EmbedmentGoodsDto embedmentGoodsDto){
      return sysEmbedmentGoodsService.alarmSet(embedmentGoodsDto);
   }
@@ -51,7 +51,7 @@
    * @return
    */
   @PostMapping("/inventoryCorrection")
   public BasicResult inventoryCorrection(EmbedmentGoodsDto embedmentGoodsDto){
   public BasicResult inventoryCorrection(@RequestBody EmbedmentGoodsDto embedmentGoodsDto){
      return sysEmbedmentGoodsService.inventoryCorrection(embedmentGoodsDto);
   }
}