YYC
2024-01-29 87c294b80b2ef656ac08a0a3f970cc535c83e15b
src/main/java/com/fzzy/async/fzzy40/repository/Fzzy40SyncDrugLogDtlRep.java
@@ -16,7 +16,7 @@
public interface Fzzy40SyncDrugLogDtlRep extends JpaRepository<Fz40DrugLogDtl, String> {
    @Query("from Fz40DrugLogDtl where id =:id")
    @Query("from Fz40DrugLogDtl where drugLogId =:id")
    List<Fz40DrugLogDtl> listDrugLogDtl(@Param("id") String id );
}