Commit da99cd22 authored by hongguangwu's avatar hongguangwu

姓名与身份证号不一致

parent 39b6b771
...@@ -254,7 +254,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh ...@@ -254,7 +254,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
tCheckIdCard.setIsTrue(CommonConstants.ONE_INT); tCheckIdCard.setIsTrue(CommonConstants.ONE_INT);
} else { } else {
tCheckIdCard.setIsTrue(CommonConstants.ZERO_INT); tCheckIdCard.setIsTrue(CommonConstants.ZERO_INT);
tCheckIdCard.setReason("【" + name + "】错误,正确的姓名:" + checkIdCard.getName()); tCheckIdCard.setReason("姓名与身份证号不一致");
} }
return tCheckIdCard; return tCheckIdCard;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment