Commit 40cc6835 authored by dahai's avatar dahai

push

parent 7cb8e3c9
......@@ -37,9 +37,9 @@ public class queryPreproPerson {
int puSum=0;
int invaildCount = 0;
for (Map<String, Object> map1 :preproPersonEntityList){
if ("9".equals(map1.get("CARD_TYPE_ID"))){
if ("9".equals(map1.get("CARD_TYPE_ID")+"")){
youSum++;
}else if ("0".equals(map1.get("CARD_TYPE_ID"))){
}else if ("0".equals(map1.get("CARD_TYPE_ID")+"")){
puSum++;
}
if ("0".equals(map1.get("IS_VALID")+"")){
......
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