Commit 58dd59d5 authored by hongguangwu's avatar hongguangwu

MVP1.6.3 特殊导入-优化

parent 18056acd
...@@ -746,7 +746,7 @@ public class TSalaryStandardOriginalServiceImpl extends ServiceImpl<TSalaryStand ...@@ -746,7 +746,7 @@ public class TSalaryStandardOriginalServiceImpl extends ServiceImpl<TSalaryStand
* @return: boolean * @return: boolean
**/ **/
private static boolean regIdCardError(String content) { private static boolean regIdCardError(String content) {
return content.matches(".*\\b\\d{14}\\b.*"); return content.matches("^.*\\d{14}.*$");
} }
/** /**
......
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