From edb0ae72155f3c0454ecbe4f089975b1320d8b88 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 08 十一月 2025 17:15:08 +0800
Subject: [PATCH] 陕西2025版接口调整5-新增功能数据同步,包含4.0版本和6.1版本
---
src/main/java/com/fzzy/async/fzzy40/repository/Fzzy40Sync1210Rep.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/fzzy/async/fzzy40/repository/Fzzy40Sync1210Rep.java b/src/main/java/com/fzzy/async/fzzy40/repository/Fzzy40Sync1210Rep.java
index e295188..c70990c 100644
--- a/src/main/java/com/fzzy/async/fzzy40/repository/Fzzy40Sync1210Rep.java
+++ b/src/main/java/com/fzzy/async/fzzy40/repository/Fzzy40Sync1210Rep.java
@@ -13,6 +13,6 @@
* @Author:YAN
*/
public interface Fzzy40Sync1210Rep extends JpaRepository<Fz40InoutVarietyChange, String> {
- @Query("from Fz40InoutVarietyChange where deptId=:deptId and changeTime >=:start and changeTime <:end order by changeTime ")
+ @Query("from Fz40InoutVarietyChange where deptId=:deptId and updateTime >=:start and updateTime <:end order by updateTime ")
List<Fz40InoutVarietyChange> listVarietyChange(@Param("deptId") String deptId, @Param("start") Date start, @Param("end") Date end);
}
--
Gitblit v1.9.3