|
@@ -104,6 +104,10 @@ public class ToolUtil {
|
|
|
GeneralZone = SETDLS2GeneralZone.get(SETDLS);
|
|
|
}
|
|
|
|
|
|
+ if (is_public && (BKDRHash.getHashCode(SELTCU) % 13) % 2 == 0 || !is_public && (BKDRHash.getHashCode(SELTCU) % 13) % 2 == 1) {
|
|
|
+ continue;
|
|
|
+ }
|
|
|
+
|
|
|
int index = BKDRHash.getHashCode(SELTCC) % (levels.length * types.length);
|
|
|
int index_level = index / types.length;
|
|
|
int index_type = index % types.length;
|