czt
2024-08-01 a70bd1fd9fd10c3a8ae6cd83026be84b845ee0c9
src/main/java/com/fzzy/async/fzzy40/repository/Fzzy40Sync1107Rep.java
@@ -13,6 +13,6 @@
 * @Author:YAN
 */
public interface Fzzy40Sync1107Rep extends JpaRepository<Fz40DeptDevice, String> {
    @Query("from Fz40DeptDevice where kqdm=:deptId order by sbbh")
    List<Fz40DeptDevice> listDecixe(@Param("deptId") String deptId);
    @Query("from Fz40DeptDevice where deptId =:deptId order by sbbh")
    List<Fz40DeptDevice> listDevice(@Param("deptId") String deptId);
}