Changeset 3877


Ignore:
Timestamp:
Sep 29, 2010, 12:37:06 PM (13 years ago)
Author:
Fredrik Levander
Message:

Refs #701. Refs #405. Corrected gel id restriction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/action/hit/CreatePrideExportJob.java

    r3876 r3877  
    220220      hitQuery.restrict(Restrictions.eq(Hql.property("gelExternalId"), Expressions
    221221        .parameter("gelExternalId")));
    222       hitQuery.setParameter("gelExternalIdId", gelId, null);
     222      hitQuery.setParameter("gelExternalId", gelId, null);
    223223    }   
    224224    ItemResultList<Hit> hitlist = hitQuery.list(dc);
Note: See TracChangeset for help on using the changeset viewer.