Commit 4f80c9b4 authored by hongguangwu's avatar hongguangwu

姓名与身份证号不一致

parent 105d2257
......@@ -254,7 +254,7 @@ public class TCheckIdCardServiceImpl extends ServiceImpl<TCheckIdCardMapper, TCh
tCheckIdCard.setIsTrue(CommonConstants.ONE_INT);
} else {
tCheckIdCard.setIsTrue(CommonConstants.ZERO_INT);
tCheckIdCard.setReason("姓名与身份证号不一致");
tCheckIdCard.setReason("姓名与身份证不一致,禁止添加");
}
return tCheckIdCard;
} 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