|
|
|
@ -63,7 +63,6 @@ namespace djy.Service.Isf
|
|
|
|
|
if (mlist != null)
|
|
|
|
|
{
|
|
|
|
|
return "-1";
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (dto.GID.IsNull())
|
|
|
|
@ -319,6 +318,7 @@ namespace djy.Service.Isf
|
|
|
|
|
companyType = item.CompanyType,
|
|
|
|
|
companyName = item.CompanyName,
|
|
|
|
|
idTypeCode = item.IdTypeCode,
|
|
|
|
|
companyId=item.CompanyId,
|
|
|
|
|
address = item.Address,
|
|
|
|
|
city = item.City,
|
|
|
|
|
province = item.Province,
|
|
|
|
@ -521,7 +521,6 @@ namespace djy.Service.Isf
|
|
|
|
|
//}
|
|
|
|
|
//if (master.NewNotice == "修改发送成功")
|
|
|
|
|
//{
|
|
|
|
|
|
|
|
|
|
// DbBus.Get(DbList.AMSCenter).Update<ISF_Master>().Set(w => new AMS_Master { MateState = retdto.status, NewNotice = "匹配失败", ReportState = "删单失败" }).Where(w => w.GID == master.GID).ExecuteAffrows();
|
|
|
|
|
//}
|
|
|
|
|
if (master.NewNotice == "重发发送成功" || master.NewNotice == "新增发送成功")
|
|
|
|
@ -529,7 +528,6 @@ namespace djy.Service.Isf
|
|
|
|
|
|
|
|
|
|
DbBus.Get(DbList.AMSCenter).Update<ISF_Master>().Set(w => new AMS_Master { MateState = retdto.status, NewNotice = "匹配失败", ReportState = "接收成功" }).Where(w => w.GID == master.GID).ExecuteAffrows();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
else if (retdto.status == "02")
|
|
|
|
|
{
|
|
|
|
|