SVN r757
SVN-Revision: r757
This commit is contained in:
@@ -1166,7 +1166,7 @@ namespace Lskj.PubBill
|
||||
DataRow row = BillImpl.GetDataRowResult(this.SysModel.BillMasterSql);
|
||||
if (row != null)
|
||||
{
|
||||
this.ControlObj.SetAllControlValue(row);
|
||||
this.ControlObj.SetAllControlValue(row);//去掉第二个参数true,参数8进入的sql固定不默认赋值
|
||||
// 设置Brp模版
|
||||
if (this.IsBrpTemplete || this.BillModel.IsBrp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user