update
This commit is contained in:
parent
97348a9275
commit
0d23326aa2
3 changed files with 26 additions and 7 deletions
|
@ -96,7 +96,7 @@ pub fn model_derive(input: TokenStream) -> TokenStream {
|
|||
async fn update_values(
|
||||
&mut self,
|
||||
obj: &serde_json::Map<String, serde_json::Value>,
|
||||
update: &mut mongodb::bson::Document,
|
||||
update: &mut mongod::mongodb::bson::Document,
|
||||
) {
|
||||
#( #field_process_code )*
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue