From 88f49ce7ac39cdfafead5c4a321d9a657b2ec465 Mon Sep 17 00:00:00 2001 From: zrg <z18737863051@163.com> Date: 星期一, 26 八月 2024 17:35:59 +0800 Subject: [PATCH] 1 --- DAL/应收管理/ClsYS_ReceiveBill.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" "b/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" index 2f34b78..8c0ee97 100644 --- "a/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" +++ "b/DAL/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBill.cs" @@ -41,7 +41,7 @@ //搴旀敹鍗� 鍏宠仈鏁伴噺 try { - if (DetailColl[0].HSourceBillType == "1114") //搴旀敹鍗� + if (DetailColl[0].HSourceBillType == "1426") //搴旀敹鍗� { oCn.RunProc("exec h_p_Xs_UpDateRelation_ReceiveToReceivableIn_Del " + lngBillKey.ToString()); } @@ -60,7 +60,7 @@ //搴旀敹鍗� 鍏宠仈鏁伴噺 try { - if (DetailColl[0].HSourceBillType == "1114") //搴旀敹鍗� + if (DetailColl[0].HSourceBillType == "1426") //搴旀敹鍗� { oCn.RunProc("exec h_p_Xs_UpDateRelation_ReceiveToReceivableIn_Add " + lngBillKey.ToString()); } -- Gitblit v1.9.1