sql="update cus_fielddata set "+StaticFieldName.sequenceFieldName+" = '"+sequenceFieldValue+"' where scope='HrmCustomFieldByInfoType' and scopeid=3 and id="+userId;
sql="update cus_fielddata set "+StaticFieldName.schemeFieldName+" = '"+schemeFieldValue+"' where scope='HrmCustomFieldByInfoType' and scopeid=3 and id="+userId;
sql="update cus_fielddata set "+StaticFieldName.levelFieldName+" = '"+levelFieldValue+"' where scope='HrmCustomFieldByInfoType' and scopeid=3 and id="+userId;
sql="update cus_fielddata set "+StaticFieldName.gradeFieldName+" = '"+gradeFieldValue+"' where scope='HrmCustomFieldByInfoType' and scopeid=3 and id="+userId;