Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

捷信达调单显示未买金额,打单记录里面也没有帐单 #60

Open
landv opened this issue Sep 6, 2023 · 0 comments
Open

Comments

@landv
Copy link
Owner

landv commented Sep 6, 2023

select v_link,*from sntabmast where v_billNo='7070200581' --第一条输入客帐号查找到批次号v_link
select i_print,i_tagcheckout,*from sntabdetail where v_billNo in(select v_billno from sntabmast where v_link='707020171') and i_tagcheckout=0

update sntabdetail set i_print='0' where v_billNo in(select v_billno from sntabmast where v_link='707020148') and i_tagcheckout=0 --第三条,批次号填写到这这里来
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant