|
|
|
|
@ -831,7 +831,7 @@ where line_code = '{deviceCode}' and CONVERT(VARCHAR(10), Create_time , 120) = C
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="item"></param>
|
|
|
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
|
|
|
public string GetCreateUnitPriceInfo(sys_user item, string workorderCode, string sapWorkorderCode, string productCode, string productName, string childProcessCode, string childProcessName, string deviceCode, string number, string credata, string attr2, string post,string attr3="", decimal total = 0)
|
|
|
|
|
public string GetCreateUnitPriceInfo(sys_user item, string workorderCode, string sapWorkorderCode, string productCode, string productName, string childProcessCode, string childProcessName, string deviceCode, string number, string credata, string attr2, string post, string attr3 = "", decimal total = 0)
|
|
|
|
|
{
|
|
|
|
|
string sql = $@"INSERT INTO [dbo].[mes_unitprice_report] (
|
|
|
|
|
[id],[workorder_code], [workorder_code_sap], [product_name], [product_code],
|
|
|
|
|
|