Skip to content
Snippets Groups Projects
Commit 0825b197 authored by buczekp's avatar buczekp
Browse files

[LMS-1663] fixed handling modification date

SVN: 17704
parent 06ca7c3d
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,8 @@ public interface ISampleListingQuery extends TransactionQuery, IPropertyListingQ
static final String SELECT_FROM_SAMPLES_S =
" SELECT s.id, s.perm_id, s.code, s.expe_id, s.grou_id, s.saty_id, s.dbin_id, "
+ " s.registration_timestamp, s.pers_id_registerer, s.inva_id, s.samp_id_part_of "
+ " s.registration_timestamp, s.modification_timestamp, s.pers_id_registerer, "
+ " s.inva_id, s.samp_id_part_of "
+ " FROM samples s";
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment