alfa release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user