landv / landv.github.io

landv-blogs
https://landv.cn
2 stars 0 forks source link

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

Open landv opened 1 year ago

landv commented 1 year ago
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 --第三条,批次号填写到这这里来