This commit is contained in:
2025-06-02 15:42:00 +08:00
parent e96db91864
commit f16523d785
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -226,6 +226,7 @@ public partial class supplierBuildFile : System.Web.UI.Page
{
upStatus = 2;
updateSql += string.Format("insert into CE_ErpTradeLog(tid,orderstate,userid,operatetime,con) select ctid,{1},{2},getdate(),'{3}' from ce_erptradecell where ctid in ({0}) ;", string.Join(",", tids), (int)OrderState., 0, "下载设计文件");
updateSql += string.Format("update ce_erptradecell set UpdateTime=getdate() where ctid in ({0}) ;", string.Join(",", tids));
}
}