kintone excel new format
This commit is contained in:
@@ -290,4 +290,8 @@ def create_log(db: Session, error:schemas.ErrorCreate):
|
||||
db.add(db_log)
|
||||
db.commit()
|
||||
db.refresh(db_log)
|
||||
return db_log
|
||||
return db_log
|
||||
|
||||
def get_kintoneformat(db: Session):
|
||||
formats = db.query(models.KintoneFormat).order_by(models.KintoneFormat.id).all()
|
||||
return formats
|
||||
Reference in New Issue
Block a user