|
|
@@ -76,9 +76,9 @@ namespace Business.ResourceExamineManagement
|
|
|
/// <exception cref="NotImplementedException"></exception>
|
|
|
public async Task<PschedDto> ReceiveResult(SeorderentryDto input)
|
|
|
{
|
|
|
- mes_technique info = new mes_technique();
|
|
|
+ mes_technique info = new mes_technique() { };
|
|
|
SnowFlake snow = new SnowFlake();
|
|
|
- info.tech_id = snow.NextId();
|
|
|
+ info.Id = snow.NextId();
|
|
|
info.tech_name = "ceshi4444";
|
|
|
info.level = 4;
|
|
|
await _mes_technique.InsertOne(info);
|