Guest User

Untitled

a guest
Jul 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @Query(value="SELECT SUM(b.transaction_amount)as sum_num FROM bank_copy b WHERE b.copy_order_status=:copy_order_status",nativeQuery=true)
  2. double getSumAmountByStatus(@Param("copy_order_status") int copy_order_status);
Add Comment
Please, Sign In to add comment