CZT
2024-01-02 530af60d6c6a82c11ab2c4aeb6a691c0c0c64eaf
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 );
}