alfa release

This commit is contained in:
ctengiz
2024-04-16 22:01:23 +03:00
parent cb91e4dfcf
commit 09b7f3b74b
17 changed files with 955 additions and 28 deletions

View File

@@ -80,7 +80,9 @@ func DbDelete(ctx context.Context, id int64, log bool, usrID *int64) error {
return tx.Commit(ctx)
}
func (m *Company) DbCreate(ctx context.Context, log bool, usrID *int64) error {
func (m *Company) DbCreate(ctx context.Context, clID int64, log bool, usrID *int64) error {
m.Clid = clID
rp, err := dbu.NewRepoWithFile(ctx, "company", nil)
if err != nil {
return err