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