From 933e6001d6259dbedc2e9cc5246c514bdeaa5814 Mon Sep 17 00:00:00 2001 From: ws <ws@123.com> Date: 星期四, 02 十一月 2023 20:55:08 +0800 Subject: [PATCH] 提交武汉接口1 --- src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java b/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java index e4867a2..f4ead2b 100644 --- a/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java +++ b/src/main/java/com/fzzy/async/fzzy35/repository/Fzzy35Sync1212Rep.java @@ -19,4 +19,6 @@ @Query("from Fz35InoutCustomer where deptId=:deptId order by id ") List<Fz35InoutCustomer> listInoutCustomer(@Param("deptId") String deptId); + @Query("from Fz35InoutCustomer where id=:id order by id ") + List<Fz35InoutCustomer> getDataById(@Param("id") String id); } -- Gitblit v1.9.3