|
|
|
@ -618,7 +618,7 @@ namespace FactorySystemBll
|
|
|
|
infoList[i]["FDataID"] = infoList[i]["FMaterialID"];
|
|
|
|
infoList[i]["FDataID"] = infoList[i]["FMaterialID"];
|
|
|
|
infoList[i].Remove("FMaterialID");
|
|
|
|
infoList[i].Remove("FMaterialID");
|
|
|
|
infoList[i].Add("FType", 2);
|
|
|
|
infoList[i].Add("FType", 2);
|
|
|
|
result += db.Updateable(infoList[i]).AS("TFS_MaterialInfo").WhereColumns("FType", "FDataID").ExecuteCommand();
|
|
|
|
result += db.Updateable(infoList[i]).AS("TFS_MaterialInfo").IgnoreColumns("FID").WhereColumns("FType", "FDataID").ExecuteCommand();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
result += UnionModifyData(infoList, "TFS_MaterialInfo", teamId, db, "FDataID");
|
|
|
|
result += UnionModifyData(infoList, "TFS_MaterialInfo", teamId, db, "FDataID");
|
|
|
|
|