We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427f0df commit 01d5b71Copy full SHA for 01d5b71
app/modules/amap/factory_amap.py
@@ -70,6 +70,7 @@ async def create_cash_of_user(cls, db: AsyncSession):
70
cash=models_amap.Cash(
71
user_id=CoreUsersFactory.demo_users_id[0],
72
balance=100,
73
+ last_order_date=datetime.now(UTC),
74
),
75
)
76
0 commit comments