zhangqian
2024-07-02 1c8f39c41f903d3c07e8efc8dc49ef7014b45b8e
router/router.go
@@ -179,8 +179,9 @@
      reportFormsAPI.POST("downloadMonthStats", reportFormsController.DownloadMonthStats)         //下载月度统计报表
      reportFormsAPI.POST("doMonthStats", reportFormsController.DoMonthStats)                     //手动跑月度统计库存报表
      reportFormsAPI.POST("warehouseMonthStats", reportFormsController.WarehouseMonthStats)     //按仓库获取月度统计报表
      reportFormsAPI.POST("doWarehouseMonthStats", reportFormsController.DoWareHouseMonthStats) //手动跑按仓库获取月度统计报表
      reportFormsAPI.POST("warehouseMonthStats", reportFormsController.WarehouseMonthStats)                 //按仓库获取月度统计报表
      reportFormsAPI.POST("doWarehouseMonthStats", reportFormsController.DoWareHouseMonthStats)             //手动跑按仓库获取月度统计报表
      reportFormsAPI.POST("downloadWarehouseMonthStats", reportFormsController.DownloadWarehouseMonthStats) //下载按仓库获取月度统计报表
   }
   //重订货规则