@@ -316,6 +316,7 @@ class CreatePatientController extends FControllerBase with HomeNavMixin {
// 校验最后一位校验码
String checkCode = getCheckCode(idCard17);
if (idCard[17].toUpperCase() != checkCode) {
+ print("checkCode: $checkCode");
return false;
}