Skip to content

Commit

Permalink
hdss sync count
Browse files Browse the repository at this point in the history
  • Loading branch information
trevlenb2 committed Nov 6, 2024
1 parent a63873f commit d39adaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ List<HdssIndividualProjection> getAllIndividualsByCompoundIdInAndServerVersion(
+ " left join users u on u.identifier = uo.user_identifier\n"
+ " WHERE gl.name = lh.node_order[array_position(lh.node_order, pgl.name) - 1]\n"
+ " and u.username = :username\n "
+ " ) and hc.server_version>=:serverVersion order by hc.server_version LIMIT :batchSize",nativeQuery = true)
+ " ) and hc.server_version>:serverVersion order by hc.server_version LIMIT :batchSize",nativeQuery = true)
List<HdssCompoundHouseholdIndividualProjection> getAllCompoundsForUserAssignmentAndServerVersionAndBatchSize(String username, long serverVersion, int batchSize);


Expand Down

0 comments on commit d39adaa

Please sign in to comment.