Merge remote-tracking branch 'origin/dev' into dev-ty1.2

This commit is contained in:
rcx
2026-08-21 15:47:44 +08:00
11 changed files with 23 additions and 23 deletions
@@ -278,7 +278,7 @@ public class LeaseApplicationService {
* 货主租赁明细
* 定时任务:每天凌晨1点执行,计算前一天的货主租赁明细
*/
// @Scheduled(cron = "0 0 1 * * ?")
@Scheduled(cron = "0 0 1 * * ?")
public void shipperLeaseDetails() {
log.info("开始执行货主租赁明细定时任务");
// 计算前一天的日期,将时间设置为当天的0点0分0秒,只保留日期部分