|
|
|
@ -121,7 +121,7 @@ namespace LanShengService
|
|
|
|
|
await temp.AsInsertable.ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
await temp.AsUpdateable
|
|
|
|
|
.UpdateColumns(Values1001[0].GetNotNullColumns())
|
|
|
|
|
.UpdateColumns(DeviceData.GetNotNullColumns(Values1001))
|
|
|
|
|
.ExecuteCommandAsync();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -134,7 +134,7 @@ namespace LanShengService
|
|
|
|
|
await temp.AsInsertable.ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
await temp.AsUpdateable
|
|
|
|
|
.UpdateColumns(Values1103[0].GetNotNullColumns())
|
|
|
|
|
.UpdateColumns(DeviceData.GetNotNullColumns(Values1103))
|
|
|
|
|
.ExecuteCommandAsync();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -147,7 +147,7 @@ namespace LanShengService
|
|
|
|
|
await temp.AsInsertable.ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
await temp.AsUpdateable
|
|
|
|
|
.UpdateColumns(Values2001[0].GetNotNullColumns())
|
|
|
|
|
.UpdateColumns(DeviceData.GetNotNullColumns(Values2001))
|
|
|
|
|
.ExecuteCommandAsync();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -160,7 +160,7 @@ namespace LanShengService
|
|
|
|
|
await temp.AsInsertable.ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
await temp.AsUpdateable
|
|
|
|
|
.UpdateColumns(Values2103[0].GetNotNullColumns())
|
|
|
|
|
.UpdateColumns(DeviceData.GetNotNullColumns(Values2103))
|
|
|
|
|
.ExecuteCommandAsync();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|