Commit acfbb0fc authored by Quxl's avatar Quxl

x

parent f8ccce38
......@@ -268,9 +268,11 @@ public class AddressServiceImpl implements AddressService {
if(nTag != null) {
if((nTag&6) == 6) {
listTag6.add(map);
} else if((nTag&4) == 4) {
}
if((nTag&4) == 4) {
listTag4.add(map);
} else if((nTag&2) == 2) {
}
if((nTag&2) == 2) {
listTag2.add(map);
}
}
......
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