This commit is contained in:
2025-09-29 19:01:14 +08:00
parent 0fc845ad50
commit 4c239d99c8
5 changed files with 53 additions and 13 deletions
+5
View File
@@ -738,6 +738,7 @@ namespace BLL
else
{//新增
newItem.Id = SQLHelper.GetNewID(typeof(IDP_DesignDrawing));
newItem.CreateTime = DateTime.Now;
listAdd.Add(newItem);
}
}
@@ -844,6 +845,8 @@ namespace BLL
{
newItem.RdpId = item.RdpId;
newItem.Fileid = item.fileid;
//newItem.StockId = item.RdpId;
//newItem.ThirdId = item.fileid;
newItem.Upfileid = item.upfileid;
newItem.Maintitle = item.maintitle;
newItem.Doc_no = item.doc_no;
@@ -917,6 +920,7 @@ namespace BLL
//ErrLogInfo.WriteLog($"返回结果:{returndata}");
if (!string.IsNullOrEmpty(returndata))
{
ErrLogInfo.WriteLog($"【{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}更新蓝图寄出信息】{returndata}");
int succ = 0;
int err = 0;
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))
@@ -995,6 +999,7 @@ namespace BLL
var returndata = BLL.APIGetHttpService.OutsideHttp(url, "GET", null, null, null);
if (!string.IsNullOrEmpty(returndata))
{
ErrLogInfo.WriteLog($"【{DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")}更新蓝图打印信息】{returndata}");
int succ = 0;
int err = 0;
using (Model.SGGLDB db = new Model.SGGLDB(Funs.ConnString))