SVN r1044
SVN-Revision: r1044
This commit is contained in:
@@ -293,8 +293,8 @@ namespace Lskj.Business.Impl
|
||||
/// <returns><c>true</c> if XXXX, <c>false</c> otherwise.</returns>
|
||||
public static bool UpdateBaseFlowType(BaseflowTypeModel model)
|
||||
{
|
||||
string sqlValue = string.Format(@"update p_systemdlltabflowtype set billtypename='{0}',operuser='{1}' where id='{2}'",
|
||||
model.billTypeName.Replace("'", "''"), model.operUser.Replace("'", "''"), model.id);
|
||||
string sqlValue = string.Format(@"update p_systemdlltabflowtype set billtypename='{0}',operuser='{1}',billflowban='{3}' where id='{2}'",
|
||||
model.billTypeName.Replace("'", "''"), model.operUser.Replace("'", "''"), model.id, model.billflowban);
|
||||
|
||||
return ExecSqlValue(sqlValue) > 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user