采购入库修改
This commit is contained in:
@@ -908,6 +908,13 @@ namespace Tnb.ProductionMgr
|
||||
}
|
||||
|
||||
Log.Information($"基础数据同步结果:{result}");
|
||||
BasSyncRecord basSyncRecord = new BasSyncRecord()
|
||||
{
|
||||
msg = result,
|
||||
create_time = DateTime.Now
|
||||
};
|
||||
await _db.Insertable(basSyncRecord).ExecuteCommandAsync();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user