Skip to content

Commit

Permalink
Query updated (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloni-eGov authored Feb 5, 2024
1 parent 30c3a6a commit 8400937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class VendorQueryBuilder {
+ " vendor.name,eg_user.uuid as owner_uuid from eg_echallan echallan INNER JOIN eg_vendor vendor on " +
" echallan.vendor=vendor.id INNER JOIN eg_user on eg_user.uuid=vendor.owner_id where " +
" echallan.applicationstatus!='CANCELLED' and echallan.tenantid =? " +
" and echallan.taxperiodfrom >= ? order by echallan.challanno desc ";
" and echallan.createdtime >= ? order by echallan.challanno desc ";
@Autowired
private VendorConfiguration config;

Expand Down

0 comments on commit 8400937

Please sign in to comment.