Commit 00f55c45 authored by huyuchen's avatar huyuchen

电子档案文件夹名称格式修改

parent 171f82f3
......@@ -398,7 +398,7 @@ public class TElecEmployeeInfoServiceImpl extends ServiceImpl<TElecEmployeeInfoM
public boolean containsCheckOne(String e,String cardType) {
String empIdcard = cardType.substring(0,cardType.indexOf("_"));
String fileName = cardType.substring(cardType.indexOf("_") +1 ,cardType.length());
String fileName = cardType.substring(cardType.indexOf("_") +1);
return e.contains(empIdcard) && e.contains(fileName) && e.contains(CommonConstants.SPOT);
}
}
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