@ -198,6 +198,9 @@ public class IdCardUtil {
*/
public static String getSexForIdcard(String CardCode)
throws Exception {
if(StringUtils.isEmpty(CardCode)){
return level_sex_3_name;
}
String sex = level_sex_3_name;
try {
if (CardCode.length() == 18) {