SVN-Revision: r757
This commit is contained in:
tdx
2025-06-18 10:42:49 +00:00
parent 46c4c0da1b
commit 300ee06a7d
+1 -1
View File
@@ -1166,7 +1166,7 @@ namespace Lskj.PubBill
DataRow row = BillImpl.GetDataRowResult(this.SysModel.BillMasterSql); DataRow row = BillImpl.GetDataRowResult(this.SysModel.BillMasterSql);
if (row != null) if (row != null)
{ {
this.ControlObj.SetAllControlValue(row); this.ControlObj.SetAllControlValue(row);//去掉第二个参数true,参数8进入的sql固定不默认赋值
// 设置Brp模版 // 设置Brp模版
if (this.IsBrpTemplete || this.BillModel.IsBrp) if (this.IsBrpTemplete || this.BillModel.IsBrp)
{ {