Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #718 from egovernments/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
rahuldevgarg authored Feb 6, 2024
2 parents 2549543 + 8400937 commit 295cf3d
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 295cf3d

Please sign in to comment.