KKSU
2024-04-01 a14248f2793769771a75e6633c8d13348b5ad4b1
src/main/java/cc/mrbird/febs/mall/quartz/ProfitJob.java
@@ -122,7 +122,8 @@
     */
    @Scheduled(cron = "0 0 2 * * ?")
    public void BuyToSell() {
        agentService.BuyToSell();
//        agentService.BuyToSell();
        agentService.BuyToSellV2();
    }
    /**