|
|
@@ -1725,7 +1725,7 @@ namespace Business.ResourceExamineManagement
|
|
|
prapplyList.ForEach(p =>
|
|
|
{
|
|
|
seqSql += "insert QadTracking(Ufld1,Domain,SeqID,TransType,Subject,[Order],Int1,CreateTime,CreateUser,UpdateTime,UpdateUser) values('C','" + p.factory_id.ToString() +
|
|
|
- "'," + seqId.ToString() + ",'nbr-pr-mes','请购单','" + p.pr_billno + "'," + p.Id.ToString() + ",getdate(),'',getdate(),'');";
|
|
|
+ "'," + seqId.ToString() + ",'nbr-pr-mes','请购单','" + p.pr_billno + "'," + p.mysql_id.ToString() + ",getdate(),'',getdate(),'');";
|
|
|
seqId++;
|
|
|
});
|
|
|
}
|
|
|
@@ -3449,7 +3449,7 @@ namespace Business.ResourceExamineManagement
|
|
|
prapplyList.ForEach(p =>
|
|
|
{
|
|
|
seqSql += "insert QadTracking(Ufld1,Domain,SeqID,TransType,Subject,[Order],Int1,CreateTime,CreateUser,UpdateTime,UpdateUser) values('C','" + p.factory_id.ToString() +
|
|
|
- "'," + seqId.ToString() + ",'nbr-pr-mes','请购单','" + p.pr_billno + "'," + p.Id.ToString() + ",getdate(),'',getdate(),'');";
|
|
|
+ "'," + seqId.ToString() + ",'nbr-pr-mes','请购单','" + p.pr_billno + "'," + p.mysql_id.ToString() + ",getdate(),'',getdate(),'');";
|
|
|
seqId++;
|
|
|
});
|
|
|
}
|