|
@@ -2604,6 +2604,7 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
" ,mouldid\n" +
|
|
" ,mouldid\n" +
|
|
|
" ,goodsid\n" +
|
|
" ,goodsid\n" +
|
|
|
" ,materialsupplier\n" +
|
|
" ,materialsupplier\n" +
|
|
|
|
|
+ " ,CREATEUSER\n" +
|
|
|
" ,accountid)\n" +
|
|
" ,accountid)\n" +
|
|
|
"VALUES\n" +
|
|
"VALUES\n" +
|
|
|
" (1\n" +
|
|
" (1\n" +
|
|
@@ -2612,6 +2613,7 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
" ,:mouldid\n" +
|
|
" ,:mouldid\n" +
|
|
|
" ,:goodsid\n" +
|
|
" ,:goodsid\n" +
|
|
|
" ,:materialsupplier\n" +
|
|
" ,:materialsupplier\n" +
|
|
|
|
|
+ " ,:CREATEUSER\n" +
|
|
|
" ,:accountid)";
|
|
" ,:accountid)";
|
|
|
paras = new OracleParameter[]
|
|
paras = new OracleParameter[]
|
|
|
{
|
|
{
|
|
@@ -2627,6 +2629,8 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
cre.Properties["MaterialSupplier"], ParameterDirection.Input),
|
|
cre.Properties["MaterialSupplier"], ParameterDirection.Input),
|
|
|
new OracleParameter(":accountid", OracleDbType.Int32,
|
|
new OracleParameter(":accountid", OracleDbType.Int32,
|
|
|
sUserInfo.AccountID, ParameterDirection.Input),
|
|
sUserInfo.AccountID, ParameterDirection.Input),
|
|
|
|
|
+ new OracleParameter(":CREATEUSER", OracleDbType.Int32,
|
|
|
|
|
+ sUserInfo.UserID, ParameterDirection.Input),
|
|
|
};
|
|
};
|
|
|
retrunRow += con.ExecuteNonQuery(sqlString, paras);
|
|
retrunRow += con.ExecuteNonQuery(sqlString, paras);
|
|
|
|
|
|
|
@@ -3793,6 +3797,7 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
" ,goodsid\n" +
|
|
" ,goodsid\n" +
|
|
|
" ,materialsupplier\n" +
|
|
" ,materialsupplier\n" +
|
|
|
" ,remarks\n" +
|
|
" ,remarks\n" +
|
|
|
|
|
+ " ,CREATEUSER\n" +
|
|
|
" ,accountid)\n" +
|
|
" ,accountid)\n" +
|
|
|
"VALUES\n" +
|
|
"VALUES\n" +
|
|
|
" (-1\n" +
|
|
" (-1\n" +
|
|
@@ -3802,6 +3807,7 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
" ,:goodsid\n" +
|
|
" ,:goodsid\n" +
|
|
|
" ,:materialsupplier\n" +
|
|
" ,:materialsupplier\n" +
|
|
|
" ,:remarks\n" +
|
|
" ,:remarks\n" +
|
|
|
|
|
+ " ,:CREATEUSER\n" +
|
|
|
" ,:accountid)";
|
|
" ,:accountid)";
|
|
|
paras = new OracleParameter[]
|
|
paras = new OracleParameter[]
|
|
|
{
|
|
{
|
|
@@ -3819,6 +3825,8 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
sUserInfo.AccountID, ParameterDirection.Input),
|
|
sUserInfo.AccountID, ParameterDirection.Input),
|
|
|
new OracleParameter(":remarks", OracleDbType.Varchar2,
|
|
new OracleParameter(":remarks", OracleDbType.Varchar2,
|
|
|
cre.Properties["Remarks"] ,ParameterDirection.Input),
|
|
cre.Properties["Remarks"] ,ParameterDirection.Input),
|
|
|
|
|
+ new OracleParameter(":CREATEUSER", OracleDbType.Int32,
|
|
|
|
|
+ sUserInfo.UserID, ParameterDirection.Input),
|
|
|
};
|
|
};
|
|
|
retrunRow += con.ExecuteNonQuery(sqlString, paras);
|
|
retrunRow += con.ExecuteNonQuery(sqlString, paras);
|
|
|
}
|
|
}
|
|
@@ -3904,6 +3912,7 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
" ,goodsid\n" +
|
|
" ,goodsid\n" +
|
|
|
" ,materialsupplier\n" +
|
|
" ,materialsupplier\n" +
|
|
|
" ,remarks\n" +
|
|
" ,remarks\n" +
|
|
|
|
|
+ " ,CREATEUSER\n" +
|
|
|
" ,accountid)\n" +
|
|
" ,accountid)\n" +
|
|
|
"VALUES\n" +
|
|
"VALUES\n" +
|
|
|
" (1\n" +
|
|
" (1\n" +
|
|
@@ -3913,6 +3922,7 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
" ,:goodsid\n" +
|
|
" ,:goodsid\n" +
|
|
|
" ,:materialsupplier\n" +
|
|
" ,:materialsupplier\n" +
|
|
|
" ,:remarks\n" +
|
|
" ,:remarks\n" +
|
|
|
|
|
+ " ,:CREATEUSER\n" +
|
|
|
" ,:accountid)";
|
|
" ,:accountid)";
|
|
|
paras = new OracleParameter[]
|
|
paras = new OracleParameter[]
|
|
|
{
|
|
{
|
|
@@ -3930,6 +3940,8 @@ namespace Dongke.IBOSS.PRD.Service.PCModuleService
|
|
|
sUserInfo.AccountID, ParameterDirection.Input),
|
|
sUserInfo.AccountID, ParameterDirection.Input),
|
|
|
new OracleParameter(":remarks", OracleDbType.Varchar2,
|
|
new OracleParameter(":remarks", OracleDbType.Varchar2,
|
|
|
cre.Properties["Remarks"] ,ParameterDirection.Input),
|
|
cre.Properties["Remarks"] ,ParameterDirection.Input),
|
|
|
|
|
+ new OracleParameter(":CREATEUSER", OracleDbType.Int32,
|
|
|
|
|
+ sUserInfo.UserID, ParameterDirection.Input),
|
|
|
};
|
|
};
|
|
|
retrunRow += con.ExecuteNonQuery(sqlString, paras);
|
|
retrunRow += con.ExecuteNonQuery(sqlString, paras);
|
|
|
}
|
|
}
|