LAPTOP-FO2T5SIU\35838 il y a 5 mois
Parent
commit
26beb875cc

+ 1 - 1
pro-base/src/main/java/com/idea/invoice/task/InvoiceTask.java

@@ -172,7 +172,7 @@ public class InvoiceTask {
      * 每天凌晨执行 推送客户数据
      */
 //    @Scheduled(cron = "0 0 0 1/1 * ?")
-    public void sendCustomer(){
+    public void sendCustomer() {
 
         List<CustomerManagementDto> customerManagementDtos = customerManagementService.selectNeedSendList();
         for(CustomerManagementDto record: customerManagementDtos){