You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select v_link,*from sntabmast where v_billNo='7070200581'--第一条输入客帐号查找到批次号v_linkselect i_print,i_tagcheckout,*from sntabdetail where v_billNo in(select v_billno from sntabmast where v_link='707020171') and i_tagcheckout=0update sntabdetail set i_print='0'where v_billNo in(select v_billno from sntabmast where v_link='707020148') and i_tagcheckout=0--第三条,批次号填写到这这里来
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: