15030600271
2023-10-24 bf764e861a3b0b8148cf313003d31682c18260c8
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);
   }
}