Skip to content

Commit

Permalink
fix: fix query
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiao Peng authored and Xiao Peng committed Sep 19, 2024
1 parent 4bd1729 commit 278620f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ genetic_quality_data AS (
LEFT JOIN seed_plan_unit_data spud ON spud.parent_tree_id = fpt.PARENT_TREE_ID
LEFT JOIN genetic_quality_data gqd ON gqd.parent_tree_id = fpt.PARENT_TREE_ID
AND gqd.seed_plan_unit_id = spud.SEED_PLAN_UNIT_ID
ORDER BY fpt.PARENT_TREE_ID;
ORDER BY fpt.PARENT_TREE_ID
""",
nativeQuery = true)
List<ParentTreeProj> findAllParentTreeWithVegCode(String vegCode);
Expand Down

0 comments on commit 278620f

Please sign in to comment.