办卡办证

This commit is contained in:
cwchen 2025-03-07 17:26:02 +08:00
parent fc6de04b4f
commit 46825a703f
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ public class NewCardService {
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
} }
return true; return false;
} }
/** /**