start added
This commit is contained in:
@@ -46,7 +46,7 @@ class Salary(db.Model):
|
|||||||
new_data = cls(
|
new_data = cls(
|
||||||
customer_id=data.get('customerId'),
|
customer_id=data.get('customerId'),
|
||||||
amount=data.get('salaryAmount', 0.0),
|
amount=data.get('salaryAmount', 0.0),
|
||||||
status=data.get('status'),
|
status='START',
|
||||||
salary_date = datetime.strptime(data.get('salaryDate'), "%Y-%m-%d").date() if data.get('salaryDate') else None,
|
salary_date = datetime.strptime(data.get('salaryDate'), "%Y-%m-%d").date() if data.get('salaryDate') else None,
|
||||||
account_id=data.get('accountId')
|
account_id=data.get('accountId')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user