This commit is contained in:
yuyubohh 2025-12-13 00:20:50 +08:00
parent 62c55e5f14
commit 37f9fd08fb
2 changed files with 33 additions and 1 deletions

View File

@ -180,7 +180,7 @@ namespace Pilot_KD_Parino.Sal_Order
//获取纸质合同号
string F_contractnumber = FEntity["F_contractnumber"].ToString();
Logger.Error("销售订单上游订单的合同号", yuanF_contractnumber, new Exception());
Logger.Error("销售订单上游订单的合同号"+ i.ToString(), yuanF_contractnumber, new Exception());
int dashPosition;
if (F_contractnumber.Contains("-TH"))
{

View File

@ -0,0 +1,32 @@
select F_CONTRACTNUMBER, * from T_SAL_ORDER
where fbillno='PL-XSDD20251200583'
--update T_SAL_ORDER set F_CONTRACTNUMBER='P202512090017-HH01'
--where fbillno='PL-XSDD20251200583'
select F_Papercontract, * from T_SAL_DELIVERYNOTICE
where FBillNo='SEOUT25121086'
--update T_SAL_DELIVERYNOTICE set F_Papercontract='P202512090017-HH01'
--where FBillNo='SEOUT25121086'
select F_contractnumber,* from T_SAL_OUTSTOCK
where FBillNo='PL-XSCKD20251200647'
--update T_SAL_OUTSTOCK set F_contractnumber='P202512090017-HH01'
--where FBillNo='PL-XSCKD20251200647'
select F_Paperpro,* from T_AR_RECEIVABLE
where FBillNo='PL-XSCKD20251200647'
--update T_AR_RECEIVABLE set F_Paperpro='P202512090017-HH01'
--where FBillNo='PL-XSCKD20251200647'
select F_Paper,* from T_AR_RECEIVABLEENTRY
where fid=129824
--update T_AR_RECEIVABLEENTRY set F_Paper='P202512090017-HH01'
--where fid=129824