CZT
2024-03-02 c2af03ac2c2122100873a416f70cdf56e5111089
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 );
}