| | |
| | | TextBody: |
| | | [* |
| | | //// 甄兰鸽 Jul-17-2024 (created) |
| | | date := Date::ActualDate(); |
| | | date := Date::ActualDate() - Duration::Days( 1 ); |
| | | loginfo := owner.InterfaceLoginfo( relnew, ExecuteUser := executor |
| | | , Name := Translations::InterfaceDataset_FinishedEngineInventory_Name() |
| | | , InterfaceDateTime := DateTime::ActualTime() |
| | | , Message := '库存数据(发动机成品库存)' |
| | | , RequestBody := FinishedEngineInventory::GetRequestBody( date ) ); |
| | | , RequestBody := FinishedEngineInventory::GetRequestBody( date.Date() ) ); |
| | | |
| | | data := InterfaceLoginfo::CallInterface( owner, loginfo ); |
| | | if( not isnull( data ) ){ |