Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Taufik Yulianto
/
esipkd
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b3eacbf0
authored
Feb 27, 2024
by
iwan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Penyesuaian get_listkdbayar
1 parent
5ceb25ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
esipkd/scripts/cron_payment_callback_pemda.py.bak
esipkd/scripts/cron_payment_callback_pemda.py.bak
View file @
b3eacbf
...
@@ -43,7 +43,11 @@ def get_listkdbayar():
...
@@ -43,7 +43,11 @@ def get_listkdbayar():
ARSspd.ntb.notin_(['BJBQRIS','BJBVA']),
ARSspd.ntb.notin_(['BJBQRIS','BJBVA']),
ARSspd.tgl_bayar >= datenow,
ARSspd.tgl_bayar >= datenow,
ARSspd.posted == 0).all()
ARSspd.posted == 0).all()
list_kd_bayar = [kode for d in getdata]
if not getdata:
return
for row in getdata:
kode = row
list_kd_bayar = kode # [kode for d in getdata]
return list_kd_bayar
return list_kd_bayar
def sendrpc(kd_bayar):
def sendrpc(kd_bayar):
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment