yzc 1 жил өмнө
parent
commit
1a139b0a7d

+ 1 - 0
hx-mes/src/main/java/com/fjhx/mes/service/production/ProduceOrderService.java

@@ -44,4 +44,5 @@ public interface ProduceOrderService extends BaseService<ProductionOrder> {
      * 修改投产时间
      */
     void editProduceTime(ProduceOrderSelectDto dto);
+
 }

+ 1 - 2
hx-wms/src/main/java/com/fjhx/wms/service/monthly/impl/MonthlyInventoryReportServiceImpl.java

@@ -24,7 +24,6 @@ import com.fjhx.wms.service.stock.StockService;
 import com.fjhx.wms.service.warehouse.WarehouseService;
 import com.ruoyi.common.utils.wrapper.IWrapper;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.scheduling.annotation.Scheduled;
 import org.springframework.stereotype.Service;
 import org.springframework.transaction.annotation.Transactional;
 
@@ -88,7 +87,7 @@ public class MonthlyInventoryReportServiceImpl extends ServiceImpl<MonthlyInvent
     /**
      * 每月1号的0:10:00执行自动生成上月报表
      */
-    @Scheduled(cron = "0 10 0 1 * ?")
+//    @Scheduled(cron = "0 10 0 1 * ?")
     @Transactional
     public void generateReport() {
         List<MonthlyInventoryReport> monthlyInventoryReportList = new ArrayList<>();