企业信息中增加一个字段:联系人电话,保存在corp.QXT_Passwd中。
This commit is contained in:
parent
7f29f79e87
commit
59941c3fed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4113,6 +4113,7 @@ try
|
||||
m_AdoRS.GetCollect(_T("QXT_User") , pSeeDataRet->szResponsible);
|
||||
m_AdoRS.GetCollect(_T("QXT_CorpID") , pSeeDataRet->szLegalPerson);
|
||||
m_AdoRS.GetCollect(_T("QXT_Code") , pSeeDataRet->szLegalPersonID);
|
||||
m_AdoRS.GetCollect(_T("QXT_Passwd") , pSeeDataRet->szResponsibleMobile);
|
||||
m_AdoRS.GetCollect( _T("MAS") , pSeeDataRet->bMAS);
|
||||
m_AdoRS.GetCollect( _T("VipType") , pSeeDataRet->lVipType);
|
||||
m_AdoRS.GetCollect( _T("VipInt") , pSeeDataRet->lVipInt);
|
||||
@ -4388,6 +4389,7 @@ try
|
||||
CString("QXT_User='") + SqlStr(pData->szResponsible) + CString("',") +
|
||||
CString("QXT_CorpID='") + SqlStr(pData->szLegalPerson) + CString("',") +
|
||||
CString("QXT_Code='") + SqlStr(pData->szLegalPersonID) + CString("',") +
|
||||
CString("QXT_Passwd='") + SqlStr(pData->szResponsibleMobile) + CString("',") +
|
||||
CString("BZ='") + CString(pData->szBZ) + CString("' ") +
|
||||
CString("where CorpID=") + strCorpID ;
|
||||
|
||||
@ -4497,6 +4499,7 @@ try
|
||||
CString("QXT_User='") + SqlStr(pData->szResponsible) + CString("',") +
|
||||
CString("QXT_CorpID='") + SqlStr(pData->szLegalPerson) + CString("',") +
|
||||
CString("QXT_Code='") + SqlStr(pData->szLegalPersonID) + CString("',") +
|
||||
CString("QXT_Passwd='") + SqlStr(pData->szResponsibleMobile) + CString("',") +
|
||||
CString("VerType='") +strVerType + CString("',") +
|
||||
/*
|
||||
#ifdef SMSCENTER_ADC
|
||||
@ -5023,7 +5026,7 @@ try
|
||||
#ifdef SMSCENTER_ADC //adc,多一个MQ_SmsCode的参数
|
||||
strSelect = CString("insert into corp (CorpName,SName,CM,Address,Postcode,Http,CharterNum,TaxNum,PactNum,Bankroll,Operation,RegTime,SMSNum,SMSUsed,SMSSendAll,SMSSendType,SMSTD,Total,TotalSms,NoStatus,NoOut,OutAll,SY,SubDelay,Priority,CreateUser,Status,FiltStep,AutoTG_GL,AutoTG_GJZ,AgentID,AgentModify,YWYID,ReportType,ReportPer,SendBill,Email1,Email2,SendSms,SmUsed,Mobile1,Mobile2,UpSms,TCPer,AddressCount,FStep,CheckReSend,DayMaxSend,NoSendBegin,NoSendMaxPer,HY,LongSmsType,UserType,Prov,VerType,KFID,PartnerID,PriceOne,YJ,QXT,MAS,Fax,Fax_PriceOne,Fax_PriceOne2,Fax_PriceYE,Fax_PriceAll,TDLock,MQ_SMSCode,MQ_SmsUsed,MQ_SmsSendAll,BZ) values(") +
|
||||
#else
|
||||
strSelect = CString("insert into corp (CorpName,SName,CM,Address,Postcode,Http,CharterNum,TaxNum,PactNum,Bankroll,Operation,RegTime,SMSNum,SMSNum2,SMSUsed,SMSSendAll,SMSSendType,SMSTD,Total,TotalSms,NoStatus,NoOut,OutAll,SY,SubDelay,Priority,CreateUser,Status,FiltStep,AutoTG_GL,AutoTG_GJZ,AgentID,AgentModify,YWYID,ReportType,ReportPer,SendBill,Email1,Email2,SendSms,SmUsed,Mobile1,Mobile2,UpSms,TCPer,AddressCount,FStep,CheckReSend,DayMaxSend,NoSendBegin,NoSendMaxPer,HY,LongSmsType,UserType,Prov,VerType,KFID,PartnerID,PriceOne,YJ,QXT,QXT_SmsNum,QXT_User,QXT_CorpID,QXT_Code,MAS,Fax,Fax_PriceOne,Fax_PriceOne2,Fax_PriceYE,Fax_PriceAll,TDLock,BZ) values(") +
|
||||
strSelect = CString("insert into corp (CorpName,SName,CM,Address,Postcode,Http,CharterNum,TaxNum,PactNum,Bankroll,Operation,RegTime,SMSNum,SMSNum2,SMSUsed,SMSSendAll,SMSSendType,SMSTD,Total,TotalSms,NoStatus,NoOut,OutAll,SY,SubDelay,Priority,CreateUser,Status,FiltStep,AutoTG_GL,AutoTG_GJZ,AgentID,AgentModify,YWYID,ReportType,ReportPer,SendBill,Email1,Email2,SendSms,SmUsed,Mobile1,Mobile2,UpSms,TCPer,AddressCount,FStep,CheckReSend,DayMaxSend,NoSendBegin,NoSendMaxPer,HY,LongSmsType,UserType,Prov,VerType,KFID,PartnerID,PriceOne,YJ,QXT,QXT_SmsNum,QXT_User,QXT_CorpID,QXT_Code,QXT_Passwd,MAS,Fax,Fax_PriceOne,Fax_PriceOne2,Fax_PriceYE,Fax_PriceAll,TDLock,BZ) values(") +
|
||||
#endif
|
||||
CString(" '") + CString(pData->szCorpName) + CString("',") +
|
||||
CString(" '") + CString(pData->szSName) + CString("',") +
|
||||
@ -5092,6 +5095,7 @@ try
|
||||
CString(" '") + SqlStr(pData->szResponsible) + CString("',") +
|
||||
CString(" '") + SqlStr(pData->szLegalPerson) + CString("',") +
|
||||
CString(" '") + SqlStr(pData->szLegalPersonID) + CString("',") +
|
||||
CString(" '") + SqlStr(pData->szResponsibleMobile) + CString("',") +
|
||||
CString(" '") + strMAS + CString("',") +
|
||||
CString(" '") + strFax + CString("',") +
|
||||
CString(" '") + strFax_PriceOne + CString("',") +
|
||||
|
4
StdAfx.h
4
StdAfx.h
@ -83,9 +83,9 @@
|
||||
#endif
|
||||
|
||||
//以下三选一
|
||||
//#define SMSCENTER_ONE //第一短信平台
|
||||
#define SMSCENTER_ONE //第一短信平台
|
||||
//#define SMSCENTER_TWO //第二短信平台
|
||||
#define SMSCENTER_THREE //第三短信平台
|
||||
//#define SMSCENTER_THREE //第三短信平台
|
||||
//#define SMSCENTER_TZY //团中央短信平台
|
||||
//#define SMSCENTER_ADC //第三(ADC)短信平台
|
||||
//#define SMSCENTER_NX //农信短信平台
|
||||
|
Loading…
Reference in New Issue
Block a user