wisdom #2

Merged
yogiedigital merged 126 commits from wisdom into main 2025-10-20 03:26:33 +00:00
Showing only changes of commit 1be51f634b - Show all commits

View File

@@ -61,7 +61,7 @@ class UserService {
const userData = { const userData = {
...data, ...data,
user_password: hashedPassword, user_password: hashedPassword,
is_approve: 1, is_approve: 2,
approved_by: creatorId, approved_by: creatorId,
created_by: creatorId, created_by: creatorId,
updated_by: creatorId, updated_by: creatorId,