This commit is contained in:
Billy Chan 2021-11-10 16:08:06 +08:00
parent 9c1646b198
commit f975223d9e
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -1,6 +1,6 @@
pub use super::*;
use rust_decimal_macros::dec;
use sea_orm::DbErr;
use sea_orm::{query::*, DbErr};
use uuid::Uuid;
pub async fn test_update_cake(db: &DbConn) {