//修改密码策略
update T_BAS_SysParameter set FPARAMETERS ='<SEC_PasswordPolicy>
<FNumbers>True</FNumbers>
<FSpecialChars>False</FSpecialChars>
<FCharacters>False</FCharacters>
<FMinLength>6</FMinLength>
<FValidDays>80</FValidDays>
<FModifyDays>80</FModifyDays>
<FModifyAlertDays>7</FModifyAlertDays>
<FAlertDays>7</FAlertDays>
<FEnableNotRepeat>True</FEnableNotRepeat>
<FNotRepeatDays>170</FNotRepeatDays>
<FSysPWDCount>3</FSysPWDCount>
<FEnableAutoUnlock>True</FEnableAutoUnlock>
<FEnableErrorLock>True</FEnableErrorLock>
<FErrorLockCount>6</FErrorLockCount>
<FHowLongUnlock>2</FHowLongUnlock>
<FTimeUnit>2</FTimeUnit>
<FDisableSysPWD>True</FDisableSysPWD>
<FGenerationMode>0</FGenerationMode>
<FPasswordType>0</FPasswordType>
<FDefaultPWD>abc123..</FDefaultPWD>
</SEC_PasswordPolicy>'
where FParameterObjId=N'SEC_PasswordPolicy'