|
@ -65,6 +65,15 @@ namespace UFIDA.ISV.Create_U9_ItemMaster |
|
|
//Appconfig.WriteLogFile(str.ToString(), "创建U9料号");
|
|
|
//Appconfig.WriteLogFile(str.ToString(), "创建U9料号");
|
|
|
|
|
|
|
|
|
result.ItemCode += data.Code + "|"; |
|
|
result.ItemCode += data.Code + "|"; |
|
|
|
|
|
|
|
|
|
|
|
if (true) |
|
|
|
|
|
{ |
|
|
|
|
|
string Updatesql = @"UPDATE CBO_ItemMaster_Trl SET Description='" + data.Description + "' where CombineName='" + data.Code + "'"; |
|
|
|
|
|
Updatesql = string.Format(Updatesql); |
|
|
|
|
|
DBhlper.Query(Updatesql, Appconfig.GetU9ConnStr()); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
result.IsSuccess = true; |
|
|
result.IsSuccess = true; |
|
|
result.MESSAGE = "料品创建成功"; |
|
|
result.MESSAGE = "料品创建成功"; |
|
|