Browse Source

back required for primary id

master
shakun 1 year ago
parent
commit
1d2ede298a
  1. BIN
      StoredProc/JsonRx_Proc_UserRegistration.sql
  2. BIN
      StoredProc/mobile_proc_customerMaster_V2.sql
  3. BIN
      StoredProc/proc_customerBankModify.sql
  4. BIN
      StoredProc/proc_get_exrate_master.sql
  5. BIN
      StoredProc/proc_mobile_StaticData.sql
  6. 17
      update.sql

BIN
StoredProc/JsonRx_Proc_UserRegistration.sql

BIN
StoredProc/mobile_proc_customerMaster_V2.sql

BIN
StoredProc/proc_customerBankModify.sql

BIN
StoredProc/proc_get_exrate_master.sql

BIN
StoredProc/proc_mobile_StaticData.sql

17
update.sql

@ -1,14 +1,14 @@
select lawsoncardno,txnpin, membershipid, mobileverifieddate,agreeYn, HasDeclare, idNumber, idExpiryDate, idIssueCountry, idIssueDate,
* FROM customermaster where username='stha@yopmail.com'
fullname, * FROM customermaster where username='stha@yopmail.com'
select membershipid, mobileverifieddate,agreeYn, HasDeclare, isemailverified, * FROM customermastertemp where username='stha@yopmail.com'
select * FROM TBL_MOBILE_OTP_REQUEST where user_id='stha@yopmail.com'
delete FROM customermaster where username='stha@yopmail.com'
delete FROM CustomerMasterTemp where username='stha@yopmail.com'
delete FROM mobile_userRegistration where username='stha@yopmail.com'
delete FROM TBL_MOBILE_OTP_REQUEST where user_id='stha@yopmail.com'
select * FROM mobile_userRegistration where username='stha@yopmail.com'
--delete FROM customermaster where username='mukta@yopmail.com'
--delete FROM CustomerMasterTemp where username='stha@yopmail.com'
--delete FROM mobile_userRegistration where username='stha@yopmail.com'
--delete FROM TBL_MOBILE_OTP_REQUEST where user_id='stha@yopmail.com'
--select * FROM mobile_userRegistration where username='stha@yopmail.com'
update customermaster set mobileverifieddate=getdate() , HasDeclare=0, agreeYn=0,
txnpin=123456,isForcedPwdChange=0
where username='stha@yopmail.com'
@ -16,7 +16,7 @@ txnpin=123456,isForcedPwdChange=0
txnpin=123456
where username='stha@yopmail.com'
update customermaster set lawsoncardno='KYC_NOW' where username='stha@yopmail.com'
update customermaster set lawsoncardno='KYC_NOW' where username='mukta@yopmail.com'
update customermastertemp set isemailverified=1
where username='stha@yopmail.com'
@ -28,6 +28,8 @@ set isForcePinChange=0 ,isForcePassChange=0
EXEC mobile_proc_customerMaster @flag='refresh-customer-info', @userName='stha@yopmail.com',@appVersion='22',
@phoneBrand = 'Samsung SM-S908E',@phoneOS= '13',@fcmId = null,@osVersion='33'
EXEC proc_InsertRewardPoints @Flag = 'REGISTER', @CustomerId=6,@ReferralId='23'
EXEC JsonRx_Proc_UserRegistration_V2 @flag = 'sign-up-v2-new-cust'
,@idNumber = NULL
,@nativeCountry = 'DZ'
@ -50,6 +52,7 @@ EXEC JsonRx_Proc_UserRegistration_V2 @flag = 'sign-up-v2-new-cust'
,@gender = '97'
,@FirstName = 'shakub'
EXEC proc_mobile_StaticData @flag='kycV3', @customerId='stha@yopmail.com'
EXEC mobile_proc_customerMaster @flag='refresh-customer-info', @userName = 'stha@yopmail.com',
@appVersion = '2.5',@phoneBrand = 'samsung',

Loading…
Cancel
Save