on going installation

This commit is contained in:
vanilia
2025-11-13 11:39:12 +07:00
parent 3e8a3610cf
commit 91afde0624
7 changed files with 22 additions and 76 deletions

No files matched your search

@@ -27,6 +27,10 @@ func Create(input e.CreateDto) (*d.Data, error) {
pl.SetLogInfo(&event, input, "started", "create")
err := dg.I.Transaction(func(tx *gorm.DB) error {
// TODO: Insert
// TODO: InsertSimxLog
if resData, err := CreateData(input, &event, tx); err != nil {
return err
} else {