coba form

This commit is contained in:
Sas Andy
2024-05-15 13:54:26 +07:00
parent d9ba1f3ce3
commit 4aaf602b21
18 changed files with 2308 additions and 11 deletions

View File

@@ -701,7 +701,7 @@ func (ug *ServicesMasterMenuUserGroup) AddUserGroup(code string, name string) (m
logger.Error("Code already taken by another data",
zap.String("code", code),
)
return data, fmt.Errorf("QUERY_FAILED")
return data, fmt.Errorf("code sudah dipakai")
}
qry := `INSERT INTO m_usergroup
(M_UserGroupCode,