bug
This commit is contained in:
@@ -801,6 +801,7 @@ namespace Tnb.ProductionMgr
|
||||
AuthResponse authResponse5 = JsonConvert.DeserializeObject<AuthResponse>(response5);
|
||||
result += ","+authResponse5.data.ToString();
|
||||
|
||||
Log.Information($"基础数据同步结果:{result}");
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1073,7 +1074,6 @@ namespace Tnb.ProductionMgr
|
||||
|
||||
await _db.Ado.CommitTranAsync();
|
||||
msg = $"新增物料{insertMaterial.Count}条,修改物料{editCount}条";
|
||||
Log.Information(msg);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
@@ -1177,7 +1177,8 @@ namespace Tnb.ProductionMgr
|
||||
table_id = basCustomer.id,
|
||||
table_name = "bas_customer",
|
||||
customer_id = erpBdCustomer.ID,
|
||||
create_time = DateTime.Now
|
||||
create_time = DateTime.Now,
|
||||
erp_modify_time = erpBdCustomer.MODIFIEDTIME,
|
||||
};
|
||||
|
||||
insertCustomers.Add(basCustomer);
|
||||
@@ -1259,7 +1260,8 @@ namespace Tnb.ProductionMgr
|
||||
table_id = basSupplier.id,
|
||||
table_name = "bas_supplier",
|
||||
supplier_id = erpBdSupplier.ID,
|
||||
create_time = DateTime.Now
|
||||
create_time = DateTime.Now,
|
||||
erp_modify_time = erpBdSupplier.MODIFIEDTIME,
|
||||
};
|
||||
|
||||
insertSuppliers.Add(basSupplier);
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<ProjectReference Include="..\..\EquipMgr\Tnb.EquipMgr.Interfaces\Tnb.EquipMgr.Interfaces.csproj" />
|
||||
<ProjectReference Include="..\..\message\Tnb.Message.Interfaces\Tnb.Message.Interfaces.csproj" />
|
||||
<ProjectReference Include="..\..\visualdev\Tnb.VisualDev.Engine\Tnb.VisualDev.Engine.csproj" />
|
||||
<ProjectReference Include="..\..\WarehouseMgr\Tnb.WarehouseMgr.Entities\Tnb.WarehouseMgr.Entities.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user